Password reset capability when using Custom login form on Hosted pages?

Hey all, I have a question around the change password functionality when using custom html on the Hosted login page.

It seems the ‘change password’ link is not on the default template given, and I was unable to find out via the docs how I could add it to my custom template.

So, how would it be possible to add a change password link/script to a custom html login page when using Hosted pages?

Many thanks in advance for any advice.

1 Like

Are you using Auth0.js? I believe we can add a “forgot password” link by using the changePassword method in our login page, find more details under password reset requests. Is that what you were looking to do?

https://auth0.com/docs/libraries/auth0js/v9#password-reset-requests

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.