Don't create automatically a new user on login

This commit is contained in:
Yohann D'ANELLO 2020-02-27 14:11:00 +01:00
parent 202fc655eb
commit c22e73a86e
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ STATIC_URL = '/static/'
ALIAS_VALIDATOR_REGEX = r''
# CAS Settings
CAS_AUTO_CREATE_USER = False
CAS_LOGO_URL = "/static/img/Saperlistpopette.png"
CAS_FAVICON_URL = "/static/favicon/favicon-32x32.png"