Added basic global registration

This commit is contained in:
Raphael Michel
2015-06-15 22:36:06 +02:00
parent e6c4e89712
commit 1cea51eb10
8 changed files with 148 additions and 45 deletions

View File

@@ -19,7 +19,8 @@ class PermissionMiddleware:
"""
EXCEPTIONS = (
"auth.login"
"auth.login",
"auth.register"
)
def process_request(self, request):