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!