aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-05-30 16:58:51 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-05-30 16:58:51 +0300
commit3828f659f4f1f0cc31007c83e49dd41b33ffebc0 (patch)
treea3bc7fa703c8b53348173dd82d7194544b38bf09 /settings.py
parenteb0143835a86a8d9353d53df7d9afe1518bf3086 (diff)
Rename openid_auth => group_auth_openid, for all auth mods to sort together.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index cc75b37..bc31ed7 100644
--- a/settings.py
+++ b/settings.py
@@ -125,7 +125,7 @@ LOGIN_URL = '/linaro-openid/login/'
LOGIN_REDIRECT_URL = '/'
# Name of "plugin" module to use for group authentication
-GROUP_AUTH_MODULE = 'license_protected_downloads.openid_auth'
+GROUP_AUTH_MODULE = 'license_protected_downloads.group_auth_openid'
# Config for django_openid_auth.auth.OpenIDBackend
OPENID_CREATE_USERS = True