#12425 closed defect (cantfix)
Password recovery is stupid: should ask for either username or email, not both
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
There are two kinds of decent "forgot your password" procedures:
- those which ask you to enter your email
- those which let choose whether to enter the username or the email
Asking for both is stupid (as would be asking for the username without the option to use the email instead), as one may have forgotten the username.
It's pathetic that in 2016 we still see sites that ask for both username and email for password reset.
Attachments (0)
Change History (6)
comment:1 by , 9 years ago
Resolution: | → cantfix |
---|---|
Severity: | critical → normal |
Status: | new → closed |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | Password recovery is stupid: should ask for EITHER username OR email, not both → Password recovery is stupid: should ask for either username or email, not both |
I'm guessing the reason is that multiple users can have same email address in Trac.
comment:3 by , 9 years ago
Then
- entering only the username should be allowed
- you should allow to enter only the email and, only if multiple users with that email exist, tell the user so and require him/her to enter the username
comment:4 by , 9 years ago
(this shit removed the newlines from my comment and now it doesn't let me edit it? Fucking ridiculous)
comment:5 by , 9 years ago
(oh I see why, it's because it didn't require me to register in the first place in order to comment, so I commented as anonymous. Can't believe how shitty this whole thing is)
comment:6 by , 9 years ago
If you think that behavior is a defect, you can create a ticket for th:AccountManagerPlugin on trac-hacks.
PluginIssue (th:AccountManagerPlugin).