mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Added password reset to control.auth
This commit is contained in:
@@ -20,7 +20,9 @@ class PermissionMiddleware:
|
||||
|
||||
EXCEPTIONS = (
|
||||
"auth.login",
|
||||
"auth.register"
|
||||
"auth.register",
|
||||
"auth.forgot",
|
||||
"auth.forgot.recover"
|
||||
)
|
||||
|
||||
def process_request(self, request):
|
||||
|
||||
Reference in New Issue
Block a user