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:
- Administrator creates a user account.
- Administrator sends a registration email invitation to the user.
- User follows a link in the invitation email to set up a password for the account.
- User creates and verifies a password.
- 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