fix(settings): Don't try to get the last version
This commit is contained in:
parent
b6371c3e6d
commit
b47165f64c
1 changed files with 2 additions and 0 deletions
|
@ -182,3 +182,5 @@ CAS_LDAP_BASE_DN = "dc=spi,dc=ens,dc=fr"
|
|||
CAS_LDAP_USER_QUERY = "(uid=%s)"
|
||||
CAS_LDAP_USERNAME_ATTR = "uid"
|
||||
CAS_LDAP_PASSWORD_CHECK = "bind"
|
||||
|
||||
CAS_NEW_VERSION_EMAIL_WARNING = False
|
||||
|
|
Loading…
Reference in a new issue