diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-17 17:02:12 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-22 11:43:28 +0100 |
commit | 6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b (patch) | |
tree | 15c0e663e552273039676d8d6d8cef53d0d6ddfb /app/config/parameters.yml.dist | |
parent | 12b5a8cea12c7c8b10ede7fd00d1f07ca06b1033 (diff) | |
download | wallabag-6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b.tar.gz wallabag-6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b.tar.zst wallabag-6c9f50a6622cdc5c9f975cfb14994db1d9b3ab1b.zip |
Demonstration mode to prevent password changes
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r-- | app/config/parameters.yml.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index 7c7413fb..dd9ec60a 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -45,3 +45,6 @@ parameters: | |||
45 | fosuser_confirmation: true | 45 | fosuser_confirmation: true |
46 | 46 | ||
47 | from_email: no-reply@wallabag.org | 47 | from_email: no-reply@wallabag.org |
48 | |||
49 | # set to true to prevent changing password | ||
50 | demo: false | ||