Closed
Bug 483707
Opened 17 years ago
Closed 17 years ago
Website: change copy for forgot password page
Categories
(Mozilla Labs Graveyard :: Personas Plus, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: drolnitzky, Assigned: rdoherty)
References
()
Details
Attachments
(1 file)
|
156.32 KB,
image/png
|
Details |
Copy wasn't changed in Bug 482627 (comment #5). It should be:
"Oops! We are unable to locate the username you entered. Please try again, or
create a new one."
Updated•17 years ago
|
Target Milestone: -- → 1.0
Updated•17 years ago
|
OS: Mac OS X → All
Comment 1•17 years ago
|
||
Note: for security, it's generally better not to let users know whether or not a given username exists on a site, since doing so makes it easier for account attackers to focus their attacks. So we probably shouldn't be revealing the nonexistence of the username here.
| Reporter | ||
Comment 2•17 years ago
|
||
How about this approach:
"Oops! The e-mail address and password you entered do not match any accounts on record. Are you trying to register for a new account?"
Link "new account" to the signup page.
Alternatively, flickr, as an example, uses simply:
"This ID is not yet taken.
Are you trying to register for a new account?" Which seems to be the original approach.
Comment 3•17 years ago
|
||
(In reply to comment #2)
> How about this approach:
>
> "Oops! The e-mail address and password you entered do not match any accounts on
> record. Are you trying to register for a new account?"
Since this is from the Forgot Password page, they haven't entered a password at this point, so we can't say it doesn't match.
> Link "new account" to the signup page.
>
> Alternatively, flickr, as an example, uses simply:
> "This ID is not yet taken.
> Are you trying to register for a new account?" Which seems to be the original
> approach.
That actually has the same security implications as the original text: it reveals whether or not the username is in use.
But perhaps this is a security risk we're willing to take. I notice that addons.mozilla.org also reveals this information: when you enter an email address into its Password Reset form <https://addons.mozilla.org/en-US/firefox/users/pwreset> that doesn't correspond to an existing account, the site responds "User not found!".
So perhaps it's ok to report an error when we can't find the username the user entered, and the text in comment 0 is fine.
| Reporter | ||
Comment 4•17 years ago
|
||
Given the precedent here with other mozilla properties, let's stick with comment 0 for now. Thanks for the feedback Myk.
Updated•17 years ago
|
| Assignee | ||
Comment 5•17 years ago
|
||
done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
Comment 7•17 years ago
|
||
Verified FIXED on https://sm-weave-proxy01.services.mozilla.org/forgot_password.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•