diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-15 13:52:52 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-15 13:52:52 +0200 |
commit | 3d3ed955f11006a408c6596eb9151a0afb28e721 (patch) | |
tree | b5bb52afec86a76d39bcca1fb907f4b2d8d5ba82 /app/config/tests | |
parent | f6af634aecfa08cc925352610968a20f19b94bd8 (diff) | |
parent | e9b395ec4b27bdcc4151292836ecc602f21c57a4 (diff) | |
download | wallabag-3d3ed955f11006a408c6596eb9151a0afb28e721.tar.gz wallabag-3d3ed955f11006a408c6596eb9151a0afb28e721.tar.zst wallabag-3d3ed955f11006a408c6596eb9151a0afb28e721.zip |
Merge pull request #1484 from wallabag/v2-2factor-auth
2factor authentication via email
Diffstat (limited to 'app/config/tests')
-rw-r--r-- | app/config/tests/parameters.yml.dist.mysql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.pgsql | 2 | ||||
-rw-r--r-- | app/config/tests/parameters.yml.dist.sqlite | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index d8c23634..03fdf5a6 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql | |||
@@ -29,6 +29,8 @@ parameters: | |||
29 | 29 | ||
30 | # wallabag misc | 30 | # wallabag misc |
31 | app.version: 2.0.0-alpha | 31 | app.version: 2.0.0-alpha |
32 | twofactor_auth: true | ||
33 | twofactor_sender: no-reply@wallabag.org | ||
32 | 34 | ||
33 | # message to display at the bottom of the page | 35 | # message to display at the bottom of the page |
34 | warning_message: > | 36 | warning_message: > |
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 7dc63880..675ba6c9 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql | |||
@@ -29,6 +29,8 @@ parameters: | |||
29 | 29 | ||
30 | # wallabag misc | 30 | # wallabag misc |
31 | app.version: 2.0.0-alpha | 31 | app.version: 2.0.0-alpha |
32 | twofactor_auth: true | ||
33 | twofactor_sender: no-reply@wallabag.org | ||
32 | 34 | ||
33 | # message to display at the bottom of the page | 35 | # message to display at the bottom of the page |
34 | warning_message: > | 36 | warning_message: > |
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 3ef7cda4..258627af 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite | |||
@@ -29,6 +29,8 @@ parameters: | |||
29 | 29 | ||
30 | # wallabag misc | 30 | # wallabag misc |
31 | app.version: 2.0.0-alpha | 31 | app.version: 2.0.0-alpha |
32 | twofactor_auth: true | ||
33 | twofactor_sender: no-reply@wallabag.org | ||
32 | 34 | ||
33 | # message to display at the bottom of the page | 35 | # message to display at the bottom of the page |
34 | warning_message: > | 36 | warning_message: > |