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',