Remove default AUTHENTICATION_BACKENDS setting
This commit is contained in:
parent
34e16f55fd
commit
1ec94ab220
1 changed files with 0 additions and 5 deletions
|
|
@ -130,11 +130,6 @@ STATICFILES_DIRS = [
|
|||
BASE_DIR / 'conservancy' / 'static',
|
||||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
# 'conservancy.auth.LDAPBackend',
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
)
|
||||
|
||||
MIDDLEWARE = [
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue