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/tests/parameters.yml.dist.sqlite | |
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/tests/parameters.yml.dist.sqlite')
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 01589d28..6564014a 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -31,4 +31,7 @@ parameters: | |||
31 | twofactor_auth: true | 31 | twofactor_auth: true |
32 | twofactor_sender: no-reply@wallabag.org | 32 | twofactor_sender: no-reply@wallabag.org |
33 | 33 | ||
34 | # fosuser stuff | ||
35 | fosuser_confirmation: true | ||
36 | |||
34 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |