mirror of
https://github.com/retspen/webvirtcloud
synced 2026-04-05 21:15:25 +00:00
Update
This commit is contained in:
parent
557594769d
commit
50c1bc4b29
2 changed files with 8 additions and 8 deletions
|
|
@ -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/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue