Redirect button after changing a password

My use case is a user has logged into a website using Auth0 (its a regular webapp using asp.net).
I have created a change your password link and following the instructions on this post:
Allow the user to change their password from a profile screen - #13
I have created a password change ticket and redirect them to the link.
This allow them to enter a new pwd - great.
But then the next screen is
image|690x378
which has a button: Back to All Applications.
I’m using New Universal Login.

Can I change the text on this button?

Hi @markchambers99,

Yes, you can have it automatically set to the name of an application by passing a client ID with the password change ticket request. This feature is documented here if you’d like more info.

OR

You can change it entirely by using the text customization API. Here is the specific doc for that prompt:

https://auth0.com/docs/universal-login/prompt-reset-password#screen-reset-password-success

Let me know if you have any questions about it.

1 Like

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