mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Update login URL in settings so redirects work correctly.
This commit is contained in:
@@ -144,8 +144,8 @@ RAVEN_CONFIG = {
|
|||||||
AUTH_USER_MODEL = 'RIGS.Profile'
|
AUTH_USER_MODEL = 'RIGS.Profile'
|
||||||
|
|
||||||
LOGIN_REDIRECT_URL = '/'
|
LOGIN_REDIRECT_URL = '/'
|
||||||
LOGIN_URL = '/user/login'
|
LOGIN_URL = '/user/login/'
|
||||||
LOGOUT_URL = '/user/logout'
|
LOGOUT_URL = '/user/logout/'
|
||||||
|
|
||||||
ACCOUNT_ACTIVATION_DAYS = 7
|
ACCOUNT_ACTIVATION_DAYS = 7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user