Added password reset to control.auth

This commit is contained in:
Raphael Michel
2015-10-04 13:52:08 +02:00
parent 4e8707635f
commit c47008cc18
14 changed files with 353 additions and 67 deletions

View File

@@ -20,7 +20,9 @@ class PermissionMiddleware:
EXCEPTIONS = (
"auth.login",
"auth.register"
"auth.register",
"auth.forgot",
"auth.forgot.recover"
)
def process_request(self, request):