=== imbrando1 is now known as imbrandon [14:05] hey cjohnston can you look again pls https://code.launchpad.net/~daker/loco-team-portal/fix.616547/+merge/107553 === AlanBell is now known as zAlanBell === zAlanBell is now known as AlanBell [21:43] daker: I think it needs to be split up into a couple different MPs please [21:44] it's not possible :) [21:44] most of the code is just for the UI [21:44] also: [21:44] i found out [21:44] OPENID_STRICT_USERNAMES = True [21:44] OPENID_FOLLOW_RENAMES = True [21:44] OPENID_SREG_REQUIRED_FIELDS = ['email', 'nickname'] [21:44] gives an error [21:44] ah ok [21:45] because of the strict usernames, nickname is already required [21:45] so just sreg req fields email [21:45] drop the nickname from the third line [21:46] ok [21:47] like this : [21:47] OPENID_SREG_REQUIRED_FIELDS = ['email' [21:47] ] [21:48] cjohnston: ^ [21:48] i think so [21:48] http://bazaar.launchpad.net/~summit-hackers/summit/trunk/revision/447 [21:51] done