Send Email Invitations for Application Signup - No email sent?

I’m trying to follow this guide to implement an invite-only application: https://auth0.com/docs/customize/email/send-email-invitations-for-application-signup

The language to me implies that an email will be sent to the new user when the password change ticket is created. But it doesn’t send an email when you create a password reset ticket. So why are there instructions to modify your password reset email template in here? I can’t understand the flow. Can someone please explain?

Hi @james19,

Welcome back to the Auth0 Community!

The password reset ticket also provides an email to the user, as mentioned in our documentation as well:

Trigger an interactive password reset flow that sends the user a link through email. The link opens the Auth0 password reset page where the user can enter a new password.

The email invitation for application signup is basically a password reset email, but customized in such a way that after a user sets their password a newly created user in configured within Auth0, while the only customization needed is for the password reset UI using query parameters.

I believe this Knowledge Article on Send Email Invitations for Application Signup - Additional Information should help better understand and configure the invitations. This article provides another step by step documentation and configuration.

Thanks!
Kind regards,
Remus

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