Closed
Description
When trying to reset password on User who has empty email
field, i.e. only has the email in username
field, it throws error No user found with email
Steps to reproduce
- Register new user using an email and password. E.g. set
user.Username = "[email protected]"
- do not setemail
field. - When registered, request password reset
Expected Results
"This will attempt to match the given email with the user’s email or username field, and will send them a password reset email." as stated in docs.
Actual Outcome
Returns error: No user found with email [email protected]