Customize Reset Password New Universal Login

Hi,

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.

Any help would be appreciated. Thanks!

Hi @adnan .

  • To customize the text prompts of Reset Password, you can take a look at : Customize New Universal Login Text Prompts
  • To customize the UI, let follow up the navigation Branding > Universal Login > Advance Options.

Hope this helps.
Mj.

Thanks for replying @mj.phong. Am I missing anything here? I tried Auth0 cli but storybook shows only three options:-
image

Also I want to change text conditionally.

Hi @adnan

I have no experience with Auth0 cli, so I can not give the feedback on that :slight_smile:. I had the same expectation, and it works well with the API to Set custom text for a specific prompt: Auth0 Management API v2

Mj.

Hi @adnan

Welcome to the Auth0 Community!

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!

Kind Regards,
Nik

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