]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Add backup codes
[github/wallabag/wallabag.git] / app / config / config.yml
index 4b34af3023c5e4ef2c7e07571c637c4c790fb248..2d8f9bf01eae24a7c1e7dd243f9e42179bd11e73 100644 (file)
@@ -198,10 +198,17 @@ 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
+
+    backup_codes:
+        enabled: "%twofactor_auth%"
+
+    google:
+        enabled: "%twofactor_auth%"
+        template: WallabagUserBundle:Authentication:form.html.twig
 
     email:
         enabled: "%twofactor_auth%"