diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-07-02 14:35:52 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-23 07:40:36 +0200 |
commit | de3d716ae4e8ca98dabdcb2ec9c18219e05856f7 (patch) | |
tree | dc1198b88d23b81130026057ddebb1d687c643e6 /app/config/parameters.yml.dist | |
parent | 79efca1e6ff28362d4bd2713f68205294cdd07de (diff) | |
download | wallabag-de3d716ae4e8ca98dabdcb2ec9c18219e05856f7.tar.gz wallabag-de3d716ae4e8ca98dabdcb2ec9c18219e05856f7.tar.zst wallabag-de3d716ae4e8ca98dabdcb2ec9c18219e05856f7.zip |
Add option to disable registration
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index d45839f4..d092e139 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -34,6 +34,7 @@ parameters: | |||
34 | twofactor_sender: no-reply@wallabag.org | 34 | twofactor_sender: no-reply@wallabag.org |
35 | 35 | ||
36 | # fosuser stuff | 36 | # fosuser stuff |
37 | fosuser_registration: true | ||
37 | fosuser_confirmation: true | 38 | fosuser_confirmation: true |
38 | 39 | ||
39 | from_email: no-reply@wallabag.org | 40 | from_email: no-reply@wallabag.org |