Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
As discussed here, password reset should throw with an invalid email, rather than returning success.
Steps to reproduce
Request a password reset with an invalid email.
Actual Outcome
Response is success.
Expected Outcome
Response should be "invalid email" or something useful.
Failing Test Case / Pull Request
- 🤩 I submitted a PR with a fix and a test case.
- 🧐 I submitted a PR with a failing test case.
Environment
Server
- Parse Server version:
master
(4.5.0)