2FA: Login using a TOTP token

This commit is contained in:
Raphael Michel
2016-10-08 14:57:54 +02:00
parent 5796402a2e
commit 68a9f98f23
5 changed files with 76 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ class PermissionMiddleware(MiddlewareMixin):
EXCEPTIONS = (
"auth.login",
"auth.login.2fa",
"auth.register",
"auth.forgot",
"auth.forgot.recover"