Changes between Initial Version and Version 2 of Ticket #28157
- Timestamp:
- 05/07/2014 11:47:52 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28157
-
Property
Status
changed from
new
toclosed
- Property Focuses ui removed
-
Property
Resolution
changed from
to
duplicate
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #28157 – Description
initial v2 1 When you create an user with an Email address as username, let me say "a@email.com" and put "b@email.com" as User's Email Address, when you go to "Lost Password" it asks for "Username or E-mail:", if you type "a@email.com" it will fail saying: "ERROR: There is no user registered with that email address." What it is technically true, but "a@email.com"it is an Username, so I must be allowed to Recover my Password.1 When you create an user with an Email address as username, let me say `a@email.com` and put `b@email.com` as User's Email Address, when you go to "Lost Password" it asks for "Username or E-mail", if you type `a@email.com` it will fail saying: "ERROR: There is no user registered with that email address." What it is technically true, but `a@email.com` it is an Username, so I must be allowed to Recover my Password. 2 2 3 The defect is that, if the username it looks like an email address, wordpress will only check if the string it is a registered email address in the Blog, is not checking if an user with an username like this exists.3 The defect is that, if the username it looks like an email address, WordPress will only check if the string it is a registered email address in the Blog, is not checking if an user with an username like this exists.