aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-14 17:10:12 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-14 17:10:12 +0200
commit0d6a7929e17c84052cbb3e494d5e5c195c24ca04 (patch)
treee14295a1adbedf7381cd7d66310fa96bfbeffcf3 /app/config/config.yml
parent2db616b586f473238706e554e809086935e0f33a (diff)
downloadwallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.tar.gz
wallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.tar.zst
wallabag-0d6a7929e17c84052cbb3e494d5e5c195c24ca04.zip
add tests for 2factor authentication
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml3
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
175scheb_two_factor: 175scheb_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