Merge pull request #1644 from wallabag/v2-enable-confirmation-parameter

Fix #1622: parameter for FosUser confirmation
This commit is contained in:
Jeremy Benoist 2016-02-04 17:45:50 +01:00
commit 2ab20ed6f9
6 changed files with 14 additions and 2 deletions

View 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

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

@ -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

View 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

View 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

View 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