1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Check for ldap3 existence

This commit is contained in:
Kendar 2021-05-28 14:19:13 +02:00
parent ed303e2ae8
commit fea2015153

View file

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