My scenario is similar to this: send-email-invitations-for-application-signup
A user cannot register in app rather invited and I am creating user via management api, creating password change ticket and sending via email from app. When user lands on new universal password change page I want them to see that they are setting password and not changing it. So I need to customize text for invited users. Enabling password reset customization changes the UI which I don’t want.
I have no experience with Auth0 cli, so I can not give the feedback on that . I had the same expectation, and it works well with the API to Set custom text for a specific prompt: Auth0 Management API v2
I am sorry about the delayed response to your inquiry!
In order to customize the password reset page, youhave to customize the template of the universal login page as stated in this documentation.
Please keep in mind that this text will be the default for users who also change their password via the forgot password link available in the Universal Login UI. In order to be more generic, you could modify the title and description fields under the reset-password screen.
Otherwise, there is not an option to change the UI specifically for users who access the change password UI via a change password ticket.
If you have any other questions, feel free to leave a reply or post again on the community!