From 9543c6872d275bb2ccf8a4afc1a3a400123a1586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Wed, 31 May 2023 19:02:11 +0200 Subject: [PATCH] fix login urls --- ucebnice/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucebnice/settings/base.py b/ucebnice/settings/base.py index 4506950..1a6d089 100644 --- a/ucebnice/settings/base.py +++ b/ucebnice/settings/base.py @@ -135,7 +135,7 @@ AUTHENTICATION_BACKENDS = ( ) LOGIN_URL = "/oidc/authenticate/" -LOGIN_REDIRECT_URL = "/oidc/authenticate/" +LOGIN_REDIRECT_URL = "/" LOGOUT_REDIRECT_URL = "/" OIDC_RP_CLIENT_ID = env.str("OIDC_RP_CLIENT_ID") -- GitLab