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?
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?