Forgot Password
-
Hi,
We are using
anonymous_client.forgot_passwordto reset the forgotten passwords. We have noticed that the API never returns 404 (The User could not be found.) status code, even if the provided email address does not exist. It returns 200.Could you please have a look?
Best regards,
JM -
@johnmiller I'm not 100% sure but that may be by design. You don't want to give away too much information. If it returned a specific error code, then you would know if the user exists or not.