How to add custom url for ticket in reset password?

I try to create ticket for reset password. In response I got ticket, but in ticket there is url in auth page where are fields for new password.

I want to navigate in my custom page, where will be inputs for new password.
In Email Provider, I added SendGrid, in Email template I change url after click in button “Confirm”. But redirect in my page doesn’t work. I had redirect in auth page.

Hi @rostyslav.petrov,

Welcome to the Auth0 Community!

It seems like you want to change the destination URL after the user has changed their password and click on the “Confirm” button.

To do so, you will need to set the destination URL in the Redirect To URL field in your Change Password email template settings.

(Reference: Customize Email Templates)

If you continue having issues, I suggest checking your tenant logs to see errors in more depth.

Let me know if you have any questions.

Thanks,
Rueben

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