mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-06 15:24:01 +02:00
change CAS template for #133
This commit is contained in:
@ -308,6 +308,10 @@ PHONENUMBER_DEFAULT_REGION = 'FR'
|
||||
|
||||
# We add custom information to CAS, in order to give a normalized name to other services
|
||||
CAS_AUTH_CLASS = 'member.auth.CustomAuthUser'
|
||||
CAS_LOGIN_TEMPLATE = 'cas/login.html'
|
||||
CAS_LOGOUT_TEMPLATE = 'cas/logout.html'
|
||||
CAS_WARN_TEMPLATE = 'cas/warn.html'
|
||||
CAS_LOGGED_TEMPLATE = 'cas/logged.html'
|
||||
|
||||
# Default field for primary key
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
Reference in New Issue
Block a user