diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-04 17:45:50 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-04 17:45:50 +0100 |
commit | 2ab20ed6f9abe94fc5405740ea1598efc3ff1c16 (patch) | |
tree | fe5464d602ffae868506eea3c72a6af7d9573025 /app/config/config.yml | |
parent | eb3e3969a2d09767a1eb3042b74ce1f8736e3b4d (diff) | |
parent | bc358c918005159afe3f7c350c0c0c29f4054e4c (diff) | |
download | wallabag-2ab20ed6f9abe94fc5405740ea1598efc3ff1c16.tar.gz wallabag-2ab20ed6f9abe94fc5405740ea1598efc3ff1c16.tar.zst wallabag-2ab20ed6f9abe94fc5405740ea1598efc3ff1c16.zip |
Merge pull request #1644 from wallabag/v2-enable-confirmation-parameter
Fix #1622: parameter for FosUser confirmation
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index dc6bccee..7dac4d3b 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -168,7 +168,7 @@ fos_user: | |||
168 | user_class: Wallabag\UserBundle\Entity\User | 168 | user_class: Wallabag\UserBundle\Entity\User |
169 | registration: | 169 | registration: |
170 | confirmation: | 170 | confirmation: |
171 | enabled: true | 171 | enabled: %fosuser_confirmation% |
172 | from_email: | 172 | from_email: |
173 | address: %from_email% | 173 | address: %from_email% |
174 | sender_name: wallabag | 174 | sender_name: wallabag |