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

Return invalid credentials if email doesn't exist on login #193

Open
BrunoRosendo opened this issue Sep 12, 2023 · 1 comment
Open

Return invalid credentials if email doesn't exist on login #193

BrunoRosendo opened this issue Sep 12, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@BrunoRosendo
Copy link
Member

Currently, a not found error is returned if the user types an email that doesn't exist in the login endpoints. This is not desirable because it's a way for people to find out if the email is registered on the website.

We should change this to always returning an invalid credentials errors

@BrunoRosendo BrunoRosendo added the bug Something isn't working label Sep 12, 2023
@BrunoRosendo BrunoRosendo added this to the Website MVP milestone Sep 12, 2023
@BrunoRosendo
Copy link
Member Author

we should test this as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant