forked from DGNum/gestioCOF
Fix oubli auth backend kfet_genericteam user dans settings_dev
This commit is contained in:
parent
7fccc81cdd
commit
d559549c06
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ CAS_EMAIL_FORMAT = "%s@clipper.ens.fr"
|
|||
AUTHENTICATION_BACKENDS = (
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
'gestioncof.shared.COFCASBackend',
|
||||
'kfet.backends.GenericTeamBackend',
|
||||
)
|
||||
|
||||
# EMAIL_HOST="nef.ens.fr"
|
||||
|
|
Loading…
Reference in a new issue