Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
70a07837
Commit
70a07837
authored
Mar 05, 2020
by
hynek
🤤
Browse files
refactor(settings.base): use `/shib/login/` as LOGIN_URL
parent
4927c72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/settings/base.py
View file @
70a07837
...
...
@@ -112,7 +112,8 @@ AUTH_USER_MODEL = "ddusers.User"
# https://docs.djangoproject.com/en/dev/ref/settings/#login-redirect-url
LOGIN_REDIRECT_URL
=
"ddusers.dashboard_page"
# https://docs.djangoproject.com/en/dev/ref/settings/#login-url
LOGIN_URL
=
"login"
LOGIN_URL
=
"/shib/login/"
LOGOUT_URL
=
"/shib/logout/"
# PASSWORDS
# ------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment