]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Enable OTP 2FA
[github/wallabag/wallabag.git] / app / config / config.yml
index 4b34af3023c5e4ef2c7e07571c637c4c790fb248..908f53b7e2c4d985937ab4021f06af8453f326dd 100644 (file)
@@ -198,10 +198,14 @@ fos_oauth_server:
             refresh_token_lifetime: 1209600
 
 scheb_two_factor:
-    trusted_computer:
+    trusted_device:
         enabled: true
         cookie_name: wllbg_trusted_computer
-        cookie_lifetime: 2592000
+        lifetime: 2592000
+
+    google:
+        enabled: "%twofactor_auth%"
+        template: WallabagUserBundle:Authentication:form.html.twig
 
     email:
         enabled: "%twofactor_auth%"