Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #28157


Ignore:
Timestamp:
05/07/2014 11:47:52 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28157

    • Property Status changed from new to closed
    • Property Focuses ui removed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • 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.
     1When 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.
    22
    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.
     3The 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.