aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-03 14:45:28 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-03 14:45:28 +0300
commite01e424dab56f794c1e6534dd793d437c73af136 (patch)
treebcf4d9ef3727c624ffa3530b1cb0b5787d0185d7 /settings.py
parent72c7cb0b5e9b2cd511c8534ee8e7f867cdc277d7 (diff)
Add Crowd API group auth plugin.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index bc31ed7..1b9e101 100644
--- a/settings.py
+++ b/settings.py
@@ -136,6 +136,11 @@ OPENID_FOLLOW_RENAMES = True
OPENID_USE_AS_ADMIN_LOGIN = True
OPENID_USE_EMAIL_FOR_USERNAME = True
+ATLASSIAN_CROWD_API_URL = \
+ "https://login.linaro.org:8443/crowd/rest/usermanagement/1"
+ATLASSIAN_CROWD_API_USERNAME = None
+ATLASSIAN_CROWD_API_PASSWORD = None
+
# A sample logging configuration. The only tangible logging
# performed by this configuration is to send an email to
# the site admins on every HTTP 500 error.