Direct link to password reset page

My website has a profile page where users can edit their details. I’d like to be able to provide them with the option to change their password. Currently the only way they have of doing this is logging out and then use the Universal login page to reset their password. Is there some link I can provide which will take them to a password reset part of the universal login, without having to logout to get there? Is there some other way I can offer an edit password option to my users?

Hi @alehel ,
You can use the /api/v2/users/{id} end-point to update his/her password.

More info : Auth0 Management API v2

I think you can update user’s password from it .

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