Update login URL in settings so redirects work correctly.

This commit is contained in:
Tom Price
2016-03-31 12:09:04 +01:00
parent 0ee37b1cd3
commit cd2aed00d7

View File

@@ -144,8 +144,8 @@ RAVEN_CONFIG = {
AUTH_USER_MODEL = 'RIGS.Profile'
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/user/login'
LOGOUT_URL = '/user/logout'
LOGIN_URL = '/user/login/'
LOGOUT_URL = '/user/logout/'
ACCOUNT_ACTIVATION_DAYS = 7