2FA: Registraion of U2F devices

This commit is contained in:
Raphael Michel
2016-10-08 17:28:59 +02:00
parent 582d9dca25
commit aecf263de7
9 changed files with 865 additions and 2 deletions

View File

@@ -179,6 +179,7 @@ INSTALLED_APPS = [
'django_otp',
'django_otp.plugins.otp_totp',
'django_otp.plugins.otp_static',
'django_otp_u2f_stub'
]
try: