We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
email
username
No user found with email
user.Username = "[email protected]"
"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.
Returns error: No user found with email [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to reset password on User who has empty
email
field, i.e. only has the email inusername
field, it throws errorNo user found with email
Steps to reproduce
user.Username = "[email protected]"
- do not setemail
field.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]
The text was updated successfully, but these errors were encountered: