mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Added basic global registration
This commit is contained in:
@@ -19,7 +19,8 @@ class PermissionMiddleware:
|
||||
"""
|
||||
|
||||
EXCEPTIONS = (
|
||||
"auth.login"
|
||||
"auth.login",
|
||||
"auth.register"
|
||||
)
|
||||
|
||||
def process_request(self, request):
|
||||
|
||||
Reference in New Issue
Block a user