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/tests | |
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/tests')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 3 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 3 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 1951f021..3d5df619 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -35,3 +35,6 @@ parameters: | |||
35 | fosuser_confirmation: true | 35 | fosuser_confirmation: true |
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | |||
39 | # set to true to prevent changing password | ||
40 | demo: false | ||
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 36ad6cde..dd29b737 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -35,3 +35,6 @@ parameters: | |||
35 | fosuser_confirmation: true | 35 | fosuser_confirmation: true |
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | |||
39 | # set to true to prevent changing password | ||
40 | demo: false | ||
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 6564014a..0e3256e6 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -35,3 +35,6 @@ parameters: | |||
35 | fosuser_confirmation: true | 35 | fosuser_confirmation: true |
36 | 36 | ||
37 | from_email: no-reply@wallabag.org | 37 | from_email: no-reply@wallabag.org |
38 | |||
39 | # set to true to prevent changing password | ||
40 | demo: false | ||