1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-21 18:14:51 +00:00

Check for ldap3 existence

This commit is contained in:
Kendar 2021-05-28 14:13:47 +02:00
parent 92185cdb53
commit ed303e2ae8

View file

@ -94,8 +94,8 @@ DATABASES = {
}
AUTHENTICATION_BACKENDS = [
"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
"django.contrib.auth.backends.ModelBackend",
"webvirtcloud.ldapbackend.LdapAuthenticationBackend"
]
LOGIN_URL = "/accounts/login/"