Login page / reset password

Hi,
So far we’ve managed our users’ passwords from our management dashboard. Now we want them to be able to reset the passwords themselves. I am testing it and while I can trigger the reset password email with curl request, I can’t configure the login link properly (so that they can trigger the email from the browser through ‘I forgot my password’).
According to Auth0 Universal Login I should be able to go to the login page using the personalized link which I can generate there.
However, this link gives me an error "


Could you please advise how our users can request password change using the browser, not curl request?
Thanks!

Hi @joannas,

Welcome to the Auth0 Community!

You can use this endpoint to request a password reset email.

https://auth0.com/docs/api/authentication#change-password

If you are still having trouble, can you please share the request that is returning that error page?