-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
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]
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed