We don’t want to use password reset page by Auth0.
Because the design of the web page is different, the user is confused.
How can I do?
Is it possible to realize by using this API? : Auth0 Management API v2
We don’t want to use password reset page by Auth0.
Because the design of the web page is different, the user is confused.
How can I do?
Is it possible to realize by using this API? : Auth0 Management API v2
If you’re utilizing a database connection, you can use the /dbconnections/change_password
endpoint to kick off a password change email.
Thank you for your reply, jeremy.meiss!
I can do it using /dbconnections/change_password
endpoint!
Thank you!!!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.