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
This is actually expected behaviour. Please see the below except from a Stack Overflow answer...
Pre 3.1.0 of Parse Server the request to reset a password returned an error if the email address was not found however this is a security risk as it allows an attacker to obtain user data - see this explanation.
Issue Description
Reset password keep giving Password reset request was sent successfully even when the email not exists or even if the email field empty
Steps to reproduce
as you can see in this code, the email is empty but it still show me the the email sent,
when i try to put an any email i get the same results.
Expected Results
expected to show error
Actual Outcome
no debug code show up, nothing except whatever in the success point.
Environment Setup
Server
JS SDK
The text was updated successfully, but these errors were encountered: