diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-14 17:10:12 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-14 17:10:12 +0200 |
commit | 0d6a7929e17c84052cbb3e494d5e5c195c24ca04 (patch) | |
tree | e14295a1adbedf7381cd7d66310fa96bfbeffcf3 /app/config | |
parent | 2db616b586f473238706e554e809086935e0f33a (diff) | |
download | wallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.tar.gz wallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.tar.zst wallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.zip |
add tests for 2factor authentication
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index b2699c83..4a2c02bf 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -173,11 +173,10 @@ fos_oauth_server: | |||
173 | user_provider: fos_user.user_manager | 173 | user_provider: fos_user.user_manager |
174 | 174 | ||
175 | scheb_two_factor: | 175 | scheb_two_factor: |
176 | |||
177 | trusted_computer: | 176 | trusted_computer: |
178 | enabled: true | 177 | enabled: true |
179 | cookie_name: wllbg_trusted_computer | 178 | cookie_name: wllbg_trusted_computer |
180 | cookie_lifetime: 5184000 | 179 | cookie_lifetime: 2592000 |
181 | 180 | ||
182 | email: | 181 | email: |
183 | enabled: true | 182 | enabled: true |