How to reset password using a custom page

Hi,
We want to customize the password reset page for an Auth0 user. Right now, we are using Auth0.ManagementAPI and Auth0.AuthenticatonAPI in C# to Register, Login and Reset password with custom pages. We have implemented these functions with our custom pages for Register and Login for a user. But for the Password reset activity, when an verification email is been sent to the user’s mail account, it will always redirect to an Auth0 page, we do not want to send the user to this Auth0 page.
Is there any way to customize this flow ? Or is there any way to achieve reset password function using OTP code ?

3 Likes

Hi @starklord,

Sorry for the delay on this topic. I am posting here for anyone else with a similar question.

This should be possible by following the docs here:

Hope this helps,
Dan

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