skip to content
Alvin Lucillo

Redirect post-password change

/ 1 min read

If you’re using classic Universal Login Experience, you can use the result_url for password change initiated via generated ticket via /v2/tickets/password-change to redirect the user to the specified URL. For password change initiated on the password reset screen, you can provide the same URL in Redirect To URL field in the Change Password (Link) template settings.

However, for the new Universal Login Experience, there is no automatic redirection; the user needs to click the button on the successful password change screen. The URL is based on the default login route.

Resources:

  1. https://auth0.com/docs/api/management/v2/tickets/post-password-change (look for the body parameters definition of result_url and client_id)
  2. https://auth0.com/docs/customize/email/email-templates#configure-template-fields (look for Redirect To URL)