[cas] Bump to lastest version

This commit is contained in:
Alexandre Iooss 2019-07-25 22:10:55 +02:00
parent 8325856cb3
commit 4d141b2533
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
5 changed files with 11 additions and 5 deletions

View file

@ -135,7 +135,7 @@ STATIC_URL = '/static/'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
STATIC_ROOT = os.path.join(BASE_DIR, "static_files/")
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
CAS_AUTH_CLASS = "cas_server.auth.LdapAuthUser"
CAS_LDAP_SERVER = os.getenv('DJANGO_CAS_LDAP_SERVER')
@ -143,8 +143,6 @@ CAS_LDAP_USER = os.getenv('DJANGO_CAS_LDAP_USER')
CAS_LDAP_PASSWORD = os.getenv('DJANGO_CAS_LDAP_PASSWORD')
CAS_LDAP_BASE_DN = os.getenv('DJANGO_CAS_LDAP_BASE_DN')
CAS_LOGO_URL = "/static/auro.png"
CAS_INFO_MESSAGES_ORDER = ["cas_explained"]
CAS_NEW_VERSION_HTML_WARNING = False

View file

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Before After
Before After