mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-06 20:39:38 +00:00
fix indentation error for ldapbackend.py
This commit is contained in:
@@ -110,7 +110,7 @@ DATABASES = {
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
"django.contrib.auth.backends.ModelBackend",
|
||||
#"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
|
||||
"webvirtcloud.ldapbackend.LdapAuthenticationBackend",
|
||||
]
|
||||
|
||||
LOGIN_URL = "/accounts/login/"
|
||||
|
||||
Reference in New Issue
Block a user