fix(settings): Don't try to get the last version

This commit is contained in:
Tom Hubrecht 2024-07-02 20:37:30 +02:00
parent b6371c3e6d
commit b47165f64c

View file

@ -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