2FA: Support for adding TOTP-based devices

This commit is contained in:
Raphael Michel
2016-10-09 12:59:43 +02:00
parent 508a4f8e86
commit 2f24af824e
18 changed files with 290 additions and 17 deletions
+3
View File
@@ -176,6 +176,9 @@ INSTALLED_APPS = [
'pretix.plugins.pretixdroid',
'easy_thumbnails',
'django_markup',
'django_otp',
'django_otp.plugins.otp_totp',
'django_otp.plugins.otp_static',
]
try: