Hi There.
I’m using New Universal Login experience, although I have selected to Customize Login Page.
The HTML in the Customize Login Page does NOT contain any “password reset/forgot password” section, and no password reset/forgot password link or button appears in the resultant login screen.
How to I give users a password reset/forgot password link/button in a New Universal Login experience screen when I’ve chosen Customize Login Page?
Happy to follow a document, but all the documents I’ve read so far presume the existence of a password reset/forgot password link that I don’t currently have on my login form!!
For example:
Change Users' Passwords states:
If your application is using Universal Login, the user will be able to trigger a password reset from the login page. With the New Universal Login Experience, the user will click the Don’t remember your password? link and then enter their email address.
I’m using Universal Login / New Universal Login Experience - but there’s no Don’t remember your password link!!
Confused, pls help!
Note: what I’d like to do I guess is to add a “Don’t remember password” link onto that page which when clicked will go to the “Password Reset” page (where again, I’ll be customizing the HTML).
Note: I’ve now figured out that the “Password Reset” page is where you go AFTER receiving an email, not the page where you go to enter the email whose password you want to reset.
I’ve also figured out that if I GET https://mytenant.auth0.com/dbconnections/change_password?email=my@email.com&connection=Username-Password-Authentication&client_id=myclientId then I receive an email in my inbox.
Am I right in assuming then that what I have to do is:
- Create a new “Forgot Password” page in my web site.
- Have the text box to enter an email in that page, and then a button in that page to perform a GET against the change_password endpoint above?
Or does Auth0 provide such a page that somehow I can activate and utilize? (how?)