Merge lp:~gesha/linaro-license-protection/disable-openid-auth into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Georgy Redkozubov
Status: Merged
Approved by: Paul Sokolovsky
Approved revision: 206
Merged at revision: 206
Proposed branch: lp:~gesha/linaro-license-protection/disable-openid-auth
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 16 lines (+4/-2)
1 file modified
settings.py (+4/-2)
To merge this branch: bzr merge lp:~gesha/linaro-license-protection/disable-openid-auth
Reviewer Review Type Date Requested Status
Paul Sokolovsky Approve
Milo Casagrande (community) Approve
Review via email: mp+168483@code.launchpad.net

Description of the change

This branch disables Launchpad OpenID auth.

To post a comment you must log in.
Revision history for this message
Milo Casagrande (milo) wrote :

Simple one liner, looks good to me.
+1

review: Approve
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'settings.py'
2--- settings.py 2013-06-06 14:06:53 +0000
3+++ settings.py 2013-06-10 16:06:24 +0000
4@@ -126,8 +126,10 @@
5
6 # Name of "plugin" modules to use for group authentication
7 # Plugins will be queried in specified order until first positive match
8-GROUP_AUTH_MODULES = ['license_protected_downloads.group_auth_crowd',
9- 'license_protected_downloads.group_auth_openid']
10+# Available plugins:
11+# license_protected_downloads.group_auth_crowd - uses CROWD groups
12+# license_protected_downloads.group_auth_openid - uses Launchpad OpenID teams
13+GROUP_AUTH_MODULES = ['license_protected_downloads.group_auth_crowd']
14
15 # Config for django_openid_auth.auth.OpenIDBackend
16 OPENID_CREATE_USERS = True

Subscribers

People subscribed via source and target branches