]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1644 from wallabag/v2-enable-confirmation-parameter
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Thu, 4 Feb 2016 16:45:50 +0000 (17:45 +0100)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Thu, 4 Feb 2016 16:45:50 +0000 (17:45 +0100)
Fix #1622: parameter for FosUser confirmation

app/Resources/CraueConfigBundle/translations/CraueConfigBundle.en.yml
app/config/config.yml
app/config/parameters.yml.dist
app/config/tests/parameters.yml.dist.mysql
app/config/tests/parameters.yml.dist.pgsql
app/config/tests/parameters.yml.dist.sqlite

index b5385dc39cab1b720aeaa096f616f7696c7de985..6d86eab6cab4976271e06573c44a49e744ebe14d 100644 (file)
@@ -9,7 +9,7 @@ export_json: Enable JSON export
 export_txt: Enable TXT export
 export_xml: Enable XML export
 pocket_consumer_key: Consumer key for Pocket to import contents (https://getpocket.com/developer/docs/authentication)
-shaarli_url: URL de Shaarli, if the service is enabled
+shaarli_url: Shaarli URL, if the service is enabled
 share_diaspora: Enable share to Diaspora
 share_mail: Enable share by email
 share_shaarli: Enable share to Shaarli
index dc6bccee00a768461d977b4e7e675d848a5032e7..7dac4d3bb8bb1581f0bf9d1498a4413893ec4514 100644 (file)
@@ -168,7 +168,7 @@ fos_user:
     user_class: Wallabag\UserBundle\Entity\User
     registration:
         confirmation:
-            enabled: true
+            enabled: %fosuser_confirmation%
     from_email:
         address:        %from_email%
         sender_name:    wallabag
index 79654e9e8bb95d3b876b27471268a59809f2bb7b..7c7413fb9b276c5c4338724c41d90c25f53a7679 100644 (file)
@@ -41,4 +41,7 @@ parameters:
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
 
+    # fosuser stuff
+    fosuser_confirmation: true
+
     from_email: no-reply@wallabag.org
index dceb5dea0ec77e38a003a9934fdd66b02030b1e2..1951f02166f81d2d8d0ccab80963d3fd9e3062ee 100644 (file)
@@ -31,4 +31,7 @@ parameters:
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
 
+    # fosuser stuff
+    fosuser_confirmation: true
+
     from_email: no-reply@wallabag.org
index e07db6108bc1e5dd74595077dd039f0ef1399fdf..36ad6cde5393ee5706b42b22b6818367aac7a3e4 100644 (file)
@@ -31,4 +31,7 @@ parameters:
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
 
+    # fosuser stuff
+    fosuser_confirmation: true
+
     from_email: no-reply@wallabag.org
index 01589d2821e74fe0bd4e67fc99cb01067d2d05ce..6564014aa09f5b8c1bf0fa1a0d1673b88cfef103 100644 (file)
@@ -31,4 +31,7 @@ parameters:
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
 
+    # fosuser stuff
+    fosuser_confirmation: true
+
     from_email: no-reply@wallabag.org