Merge lp:~cjohnston/summit/1050947 into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 446
Merged at revision: 447
Proposed branch: lp:~cjohnston/summit/1050947
Merge into: lp:summit
Prerequisite: lp:~cjohnston/summit/1050944-1050943
Diff against target: 12 lines (+1/-1)
1 file modified
summit/settings.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/1050947
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+124448@code.launchpad.net

This proposal supersedes a proposal from 2012-09-14.

Commit message

Removes nickname from sreg fields as it is already required by STRICT_USERNAMES

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote : Posted in a previous version of this proposal

Looks good

review: Approve
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/settings.py'
2--- summit/settings.py 2012-09-06 18:04:15 +0000
3+++ summit/settings.py 2012-09-14 15:16:20 +0000
4@@ -28,7 +28,7 @@
5
6 OPENID_STRICT_USERNAMES=True
7 OPENID_FOLLOW_RENAMES=True
8-OPENID_SREG_REQUIRED_FIELDS = ['email', 'nickname']
9+OPENID_SREG_REQUIRED_FIELDS = ['email']
10
11 from common import utils
12 VERSION_STRING = utils.get_summit_version(

Subscribers

People subscribed via source and target branches