You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Both
What do we currently have to do now?
Currently, the auth scaffolding controllers when requesting a password request returns an error if the email address does not exist in the users' table.
Describe the solution you'd like
I think it is preferable to just say an email was sent to the provided email. In my implementation, I only send the email if the user exists. Likewise, login errors should just say "credentials could not be verified" and not specify whether it was because an email couldn't be found or the password was wrong.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Both
What do we currently have to do now?
Currently, the auth scaffolding controllers when requesting a password request returns an error if the email address does not exist in the users' table.
Describe the solution you'd like
I think it is preferable to just say an email was sent to the provided email. In my implementation, I only send the email if the user exists. Likewise, login errors should just say "credentials could not be verified" and not specify whether it was because an email couldn't be found or the password was wrong.
The text was updated successfully, but these errors were encountered: