]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix #1622: parameter for FosUser confirmation
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Thu, 4 Feb 2016 13:21:33 +0000 (14:21 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Thu, 4 Feb 2016 15:00:45 +0000 (16:00 +0100)
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 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..bf3fd5f5b1ac78e5b869a23f3339abb611bc4e03 100644 (file)
@@ -40,5 +40,6 @@ parameters:
     # two factor stuff
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
+    fosuser_confirmation: true
 
     from_email: no-reply@wallabag.org
index dceb5dea0ec77e38a003a9934fdd66b02030b1e2..bc6c784415fe7e5a23d9aac03eb74320d54814a7 100644 (file)
@@ -30,5 +30,6 @@ parameters:
     # two factor stuff
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
+    fosuser_confirmation: true
 
     from_email: no-reply@wallabag.org
index e07db6108bc1e5dd74595077dd039f0ef1399fdf..2520fec0414c3ad34599f7cd14e366f401ebae96 100644 (file)
@@ -30,5 +30,6 @@ parameters:
     # two factor stuff
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
+    fosuser_confirmation: true
 
     from_email: no-reply@wallabag.org
index 01589d2821e74fe0bd4e67fc99cb01067d2d05ce..253da5b77f03360a3c5ac4e65507bb59a01c5b5f 100644 (file)
@@ -30,5 +30,6 @@ parameters:
     # two factor stuff
     twofactor_auth: true
     twofactor_sender: no-reply@wallabag.org
+    fosuser_confirmation: true
 
     from_email: no-reply@wallabag.org