I’m using the API to post a change_password request using Postman
https://auth0.com/docs/api/authentication#change-password
I’m getting a successful 200 response (“We’ve just sent you an email to reset your password.”), but there is no actual email sent to the user.
I’m sending { “email”: “......@gmail.com”, “connection”: “Username-Password-Authentication” }
The account email is verified already.
Using the login lock widget, the forgot password link works fine and there is a logged event ( Success Change Password Request) and the email is sent.