Customize text “back to all applications”

When I send verification email on unverified user login attempt, and user clicks on that link, he is redirected to page with message “email verified” and button “Back to all apps”. I want to change the text on button, but in new universal login experience customization settings I see “Back to ${clientName}” which is not what I see on the page. How to solve it?

Hi @marcin.szuscik,

Welcome to the Auth0 Community!

If you are not seeing the clientName it may be because you are not providing a client ID with the request to reset the password. The client name on the button is determined by that param. See here for more details.

If you still have issues with this, please provide a code snippet or example of how you are requesting the PW change ticket.

1 Like

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