Fix #1622: parameter for FosUser confirmation

This commit is contained in:
Nicolas Lœuillet 2016-02-04 14:21:33 +01:00
parent e008c037f5
commit 3eb06f2891
5 changed files with 5 additions and 1 deletions

View 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

View 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

View 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

View 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

View 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