Closed
Bug 1051782
Opened 10 years ago
Closed 10 years ago
Unverified option for email address in sign-up form
Categories
(developer.mozilla.org Graveyard :: Sign-in, defect)
developer.mozilla.org Graveyard
Sign-in
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fs, Assigned: jezdez)
References
()
Details
Attachments
(1 file)
42.49 KB,
image/png
|
Details |
When choosing an email address using Github login, there is an "Unverified" option in the list. If I select that, the form is not submitted and displays the error message: "This field is required."
The error message is not very helpful.
What is the "Unverified" option for?
Reporter | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Severity: normal → major
Assignee | ||
Comment 2•10 years ago
|
||
Yeah, this seems like a bug in the way we handle email address users can set in their public Github profile (https://github.com/settings/profile). What should happen here is that it shows you that email address next to the "Unverified" text, similar to the "Verified" email addresses above (which are collected from https://github.com/settings/emails instead).
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jezdez
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/3b6616bf5f07e741214cd9ac4dee3c3381e66822
Make sure we're handling empty email address data properly when populating the signup form choices. Fixes bug #1051782.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Commit pushed to github-connect-request at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/3b6616bf5f07e741214cd9ac4dee3c3381e66822
Make sure we're handling empty email address data properly when populating the signup form choices. Fixes bug #1051782.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•