aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gmail.com>2013-08-10 12:26:31 -0700
committerTheo Chatzimichos <tampakrap@gmail.com>2013-08-10 12:26:31 -0700
commit9972c0214111345f1fe41aaa2730cc2d52a25c03 (patch)
tree9de55ee46daa79c6f99e7df774f9cd92f649733a /okupy/settings
parentMerge pull request #48 from mgorny/otp (diff)
parentSync tests/settings with settings/ (diff)
downloadidentity.gentoo.org-9972c0214111345f1fe41aaa2730cc2d52a25c03.tar.gz
identity.gentoo.org-9972c0214111345f1fe41aaa2730cc2d52a25c03.tar.bz2
identity.gentoo.org-9972c0214111345f1fe41aaa2730cc2d52a25c03.zip
Merge pull request #51 from tampakrap/remove_modelbackend
Remove modelbackend
Diffstat (limited to 'okupy/settings')
-rw-r--r--okupy/settings/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index 2b7ddbc..232a12e 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -112,7 +112,6 @@ AUTH_LDAP_USER_DN_TEMPLATE = AUTH_LDAP_USER_ATTR + '=%(user)s,' + AUTH_LDAP_USER
# Custom authentication backend
AUTHENTICATION_BACKENDS = (
'django_auth_ldap.backend.LDAPBackend',
- 'django.contrib.auth.backends.ModelBackend',
'okupy.common.auth.ExternalBackend',
)