diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index e27c57b..f2945f8 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -94,8 +94,8 @@ DATABASES = { } AUTHENTICATION_BACKENDS = [ + "webvirtcloud.ldapbackend.LdapAuthenticationBackend", "django.contrib.auth.backends.ModelBackend", - "webvirtcloud.ldapbackend.LdapAuthenticationBackend" ] LOGIN_URL = "/accounts/login/"