1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 20:31:38 +02:00

Merge pull request #1281 from vladimirdulov/bugfix/ldap_and_local_auth

This commit is contained in:
Nick Sweeting
2023-12-06 06:08:06 -08:00
committed by GitHub

View File

@@ -124,6 +124,7 @@ if LDAP:
}
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend',
'django_auth_ldap.backend.LDAPBackend',
]
except ModuleNotFoundError: