Skip to content
New issue

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

Auth Scaffolding Should Not Verify Existence of Emails in Database In Password Reset #935

Open
erikwestlund opened this issue Nov 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@erikwestlund
Copy link

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.

@erikwestlund erikwestlund added the enhancement New feature or request label Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant