This commit is contained in:
Xavier Fiechter 2023-02-04 09:41:43 +01:00
parent 4054320dab
commit 9df2a29eb7

View file

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