summaryrefslogtreecommitdiff
path: root/forums
diff options
context:
space:
mode:
authorJayaram Pai2013-12-04 19:10:05 +0530
committerJayaram Pai2013-12-04 19:10:05 +0530
commite0bbd9f308e03d1d4e5b2f1e668b8958c81c039e (patch)
tree93b24895f1cb1e2c87fdc69edae688fbbed71864 /forums
parent57eedfbebc481aab4040ecda57d23eabf828733f (diff)
downloadFOSSEE-Forum-e0bbd9f308e03d1d4e5b2f1e668b8958c81c039e.tar.gz
FOSSEE-Forum-e0bbd9f308e03d1d4e5b2f1e668b8958c81c039e.tar.bz2
FOSSEE-Forum-e0bbd9f308e03d1d4e5b2f1e668b8958c81c039e.zip
basic DrupalBackend and DrupalAuthManager
Diffstat (limited to 'forums')
-rw-r--r--forums/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/forums/settings.py b/forums/settings.py
index 37d6202..6a82a19 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -174,3 +174,6 @@ LOGGING = {
},
}
}
+
+AUTHENTICATION_BACKENDS = ( 'drupal_auth.backend.DrupalAuthBackend', )
+AUTH_USER_MODEL = 'website.Test'