Closed
Bug 711635
Opened 13 years ago
Closed 10 years ago
Email matching should be case-insenstive
Categories
(Firefox Affiliates Graveyard :: affiliates.mozilla.org, defect)
Firefox Affiliates Graveyard
affiliates.mozilla.org
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: peterbe, Unassigned)
References
Details
Email matching here:
https://github.com/mozilla/affiliates/blob/master/apps/browserid/backends.py#L18
should be email__iexact mayhaps.
A legacy user might refer to herself as Someone@email.com but now when she's using BrowserID she prefers someone@email.com and then it would potentially fail the email matching.
Assignee | ||
Updated•13 years ago
|
Product: Websites → Firefox Affiliates
Comment 1•11 years ago
|
||
Calling this WONTFIX; as part of the redesign (bug 945867) the auth code will be redone, and instead of using a session to store Persona auth before creating a user account, we'll just create the user account immediately, removing the need for that custom browserid code.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Comment 2•11 years ago
|
||
Reopening:
I would like to remember to test for this use-case once the new site [redesign].
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 3•10 years ago
|
||
Affiliates is scheduled for end of life. This bug will not be resolved.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•9 years ago
|
Product: Firefox Affiliates → Firefox Affiliates Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•