When using lock, can i show change password page immediately, without clicking "Don't remember your password?"?

In my app i have a page “Change password” and there i want to embed lock form for changing password. But right now i put there simple form, disable sign up and login, and there is only one line “Don’t remember your password?”, which redirects to ‘change password’ page of widget. I want to show this widget page immediately. Is it possible? And if the answer is yes, how can i implement this?

Hi @vitaliy.skripka23,

You can use use the management API to generate a change password ticket(url) that will direct the user to their respective pw change page.

Alternatively, you can send an email link (this is typically considered more secure) via the authentication API.

https://auth0.com/docs/api/authentication#change-password

Does this help?

Thanks,
Dan

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