How to customize messages on the sign-up form for organization invitations

Hello,

I need some help figuring out how to customize the messages displayed on the sign-up form used when inviting users to an organization.

Context:
I’m using the Auth0 API to send invitations that allow users to sign up and join an organization. The invitation link redirects them to the sign-up form. I’d like to modify some of the text or messages shown on that form, but I haven’t found a way to do it through the Auth0 Dashboard or settings.

Can you please point me in the right direction?

Thanks,
Agustin

Hello @agustin.bourgeois,

Welcome to the Auth0 Community!

You can customize the text elements of the sign-up from directly from the Auth0 Dashboard by navigating to Branding - Universal Login - Edit text and translations. Here you will have to select the prompt - signup and you can insert custom messages directly in the Text Fields, or use the Raw JSON tab.

Alternatively, you can also use the Management API’s GET /v2/prompts/{prompt}/custom-text/{language} to modify the texts within different prompts.

I will recommend checking out this documentation on the matter - Customize Universal Login Text Elements.

Thank you!
Kind regards,
Remus

Hi @remus.ivan

Thanks for your response.
I finally could change the message in the form.

Also credits to this response:
https://community.auth0.com/t/custom-text-for-accepting-an-organizations-invitation/99944/4

1 Like