Use correct login URL

This commit is contained in:
Neil Martinsen-Burrell 2022-09-28 15:03:43 -05:00
parent 79050d7486
commit 486dd1a5d7
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -380,7 +380,7 @@ AUTHENTICATION_BACKENDS = [
# this is where unauthenticated requests are redirected when using # this is where unauthenticated requests are redirected when using
# the login_required() decorator, LoginRequiredMixin, or AccessMixin # the login_required() decorator, LoginRequiredMixin, or AccessMixin
LOGIN_URL = "openid/openid/login" LOGIN_URL = "openid/login"
# where to go after logging out # where to go after logging out
LOGOUT_REDIRECT_URL = "home" LOGOUT_REDIRECT_URL = "home"