1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-04-05 21:15:25 +00:00
This commit is contained in:
Kendar 2021-05-28 12:00:19 +02:00
parent 557594769d
commit 50c1bc4b29
2 changed files with 8 additions and 8 deletions

View file

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