diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-04 14:21:33 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-04 16:00:45 +0100 |
commit | 3eb06f2891f4bd990751442d36f4e9cd6c025502 (patch) | |
tree | 82b05d54f8c46aaa60e31f3eac03c15f3c3fd035 /app/config/config.yml | |
parent | e008c037f53324b931f027483f9f1053171109c5 (diff) | |
download | wallabag-3eb06f2891f4bd990751442d36f4e9cd6c025502.tar.gz wallabag-3eb06f2891f4bd990751442d36f4e9cd6c025502.tar.zst wallabag-3eb06f2891f4bd990751442d36f4e9cd6c025502.zip |
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 |