Password reset query param

Hi @hugo.sjoberg,

Welcome to the Auth0 Community!

Let me clarify that the Send Email Invitations for Application Signup documentation describes using only one flow to send email invitations for application sign-up. Specifically, you will need to customize a change password email template to be repurposed as an invitation. Then you will have to call the Management API’s Create a password change ticket endpoint to generate a change password ticket, which you will need to take and send to the user.

In essence, you will need to follow these steps:

  1. Administrator creates a user account.
  2. Administrator sends a registration email invitation to the user.
  3. User follows a link in the invitation email to set up a password for the account.
  4. User creates and verifies a password.
  5. User signs in.

Just to circle back, you will not need to add a button to your email template, but rather, generate the email ticket and send it to the user.

I hope the explanation was clear!

Thanks,
Rueben

1 Like