mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
WIP: password change/reset forms
This commit is contained in:
@ -103,4 +103,5 @@ USE_TZ = True
|
||||
STATIC_URL = '/static/'
|
||||
AUTH_USER_MODEL = 'core.User'
|
||||
LOGIN_URL = '/login'
|
||||
LOGOUT_URL = '/logout'
|
||||
LOGIN_REDIRECT_URL = '/'
|
||||
|
Reference in New Issue
Block a user