Steps to reproduce the issue:
Send request
POST /auth/forgot-passwordwith an email registered in the platformSend request
PUT /auth/reset-passwordwith the token retrieved in the previous step and a new passwordLogin with the new credentials
Suggested solution
The Forgot Password endpoint should return an empty response (even if the user doesn’t exist) and send the token via email.



