Hey Auth0 Community,
I came across a potential bug in the password reset feature of Auth0 that I believe needs attention. When I entered an incorrect email address, the system still returns a success message, stating “We’ve just sent you an email to reset your password.%”. This behavior seems incorrect as it should ideally show an error message indicating that the email does not exist in the system. This issue raises concerns regarding the security and reliability of the password reset functionality, potentially allowing unauthorized access attempts by verifying the existence of email addresses.
I am using this api
curl --request POST
–url ‘**/dbconnections/change_password’
–header ‘content-type: application/json’
–data ‘{“client_id”: “*******”,“email”: “some email”,“connection”: “Username-Password-Authentication”}’