From 97a1312026b3fcfad0f53f31a3be327348db7a9d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 20 Sep 2013 14:24:48 +0200 Subject: [PATCH] settings: update CAS_URL --- appli_project/settings/commun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appli_project/settings/commun.py b/appli_project/settings/commun.py index ac48a12..ac7013e 100644 --- a/appli_project/settings/commun.py +++ b/appli_project/settings/commun.py @@ -192,7 +192,7 @@ LDAP_BASE = 'dc=dauphine,dc=fr' LDAP_CAS_UID = 'updLogin' # -CAS_URL = 'https://www.ent.dauphine.fr/cas/' +CAS_URL = 'https://passeport.dauphine.fr/cas/' # Crispy Forms CRISPY_TEMPLATE_PACK = 'bootstrap'