mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
Put missing logout redirect setting back.
Not sure what I did with it.
This commit is contained in:
@@ -178,8 +178,10 @@ DATABASES = {
|
|||||||
|
|
||||||
SITE_NAME = 'Alliance Auth'
|
SITE_NAME = 'Alliance Auth'
|
||||||
|
|
||||||
LOGIN_URL = 'auth_login_user' # default destination when logging in if no redirect specified
|
LOGIN_URL = 'auth_login_user' # view that handles login logic
|
||||||
LOGIN_REDIRECT_URL = 'authentication:dashboard' # destination after logging out
|
|
||||||
|
LOGIN_REDIRECT_URL = 'authentication:dashboard' # default destination when logging in if no redirect specified
|
||||||
|
LOGOUT_REDIRECT_URL = 'authentication:dashboard' # destination after logging out
|
||||||
# Both of these redirects accept values as per the django redirect shortcut
|
# Both of these redirects accept values as per the django redirect shortcut
|
||||||
# https://docs.djangoproject.com/en/1.11/topics/http/shortcuts/#redirect
|
# https://docs.djangoproject.com/en/1.11/topics/http/shortcuts/#redirect
|
||||||
# - url names eg 'authentication:dashboard'
|
# - url names eg 'authentication:dashboard'
|
||||||
|
|||||||
Reference in New Issue
Block a user