From 0d6a7929e17c84052cbb3e494d5e5c195c24ca04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 14 Oct 2015 17:10:12 +0200 Subject: add tests for 2factor authentication --- app/config/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') 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: user_provider: fos_user.user_manager scheb_two_factor: - trusted_computer: enabled: true cookie_name: wllbg_trusted_computer - cookie_lifetime: 5184000 + cookie_lifetime: 2592000 email: enabled: true -- cgit v1.2.3