I am following this guide in creating Login with Invitation links but I’m really confused!
As Part of the Universal Login Prompt: Login I can see the following keys.
You’ve Been Invited
invitationTitle
Log in to accept ${inviterName}'s invitation to join ${companyName} on ${clientName}.
invitationDescription
How do I get that screen up? In that doc it says Add a parameter to identify that the UI should represent a set password workflow rather than a change password workflow.
But this is Very unclear what parameter do I need to add to the UI?
Hi @dan.woda I are you able to assist? I have a password reset token from the API what paramater do I need to add to the URL to make Auth0 show it as an invite?
The query parameters are used to customize the password reset UI. The returned URL will have the unique code value that allows the user to set their password followed by a # . For the link to work, you do not want to edit anything before the hash.
Hi @dan.woda, I’m using the New Universal Login Experience so I can’t create custom password reset pages. How do I do it in the New Universal Login Experience?