Reset password button in universal login

Hi , I M using implict grant type with universal login, i have customized the login page, i would like to provide the user with a forgot password button. if the user clicks on this button a mail should be send to the user , which function should i call to do this just like “dont remeber password” in default login page.

Hi!
You can use the changePassword() function, as shown here: Auth0.js v9 Reference

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