diff --git a/server/web2py/applications/vidjil/models/db.py b/server/web2py/applications/vidjil/models/db.py index 12fdf8988d9298ee310953ebc67eef663fda67c8..b2b8a098287484dafc09151d20dcbadf63e4b17a 100644 --- a/server/web2py/applications/vidjil/models/db.py +++ b/server/web2py/applications/vidjil/models/db.py @@ -75,6 +75,7 @@ response.generic_patterns = ['*'] if request.is_local else [] from gluon.tools import Auth, Crud, Service, PluginManager, prettydate auth = VidjilAuth(db) +auth.settings.two_factor_authentication_group = "auth2step" crud, service, plugins = Crud(db), Service(), PluginManager()