From 9df2a29eb7caaa1ac28f103b1ed784af08ce7761 Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Sat, 4 Feb 2023 09:41:43 +0100 Subject: [PATCH] . --- labellabor/settings.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/labellabor/settings.py b/labellabor/settings.py index e7e0656..b18c050 100644 --- a/labellabor/settings.py +++ b/labellabor/settings.py @@ -38,15 +38,11 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', + 'two_factor', + 'django_otp', 'django_otp.plugins.otp_static', 'django_otp.plugins.otp_totp', - #'django_otp.plugins.otp_email', # <- if you want email capability. - - 'two_factor', - #'two_factor.plugins.phonenumber', # <- if you want phone number capability. - #'two_factor.plugins.email', # <- if you want email capability. - #'two_factor.plugins.yubikey', # <- for yubikey capability. 'labelbase', 'userprofile',