mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
2FA: Login using a TOTP token
This commit is contained in:
@@ -21,6 +21,7 @@ class PermissionMiddleware(MiddlewareMixin):
|
||||
|
||||
EXCEPTIONS = (
|
||||
"auth.login",
|
||||
"auth.login.2fa",
|
||||
"auth.register",
|
||||
"auth.forgot",
|
||||
"auth.forgot.recover"
|
||||
|
||||
Reference in New Issue
Block a user