WIP: password change/reset forms

This commit is contained in:
Skia
2015-11-25 17:03:18 +01:00
parent 04bbf0db5b
commit 6e54fa075e
5 changed files with 75 additions and 16 deletions

View File

@ -103,4 +103,5 @@ USE_TZ = True
STATIC_URL = '/static/'
AUTH_USER_MODEL = 'core.User'
LOGIN_URL = '/login'
LOGOUT_URL = '/logout'
LOGIN_REDIRECT_URL = '/'