Invite only signup

I have an inquiry about how I would go about implementing invite only for my application using Auth0? I want to be able to only allow certain users to be able to create accounts by inviting them via email.

Any help is greatly appreciated

Hi @quantumcodedevs,

Welcome to the Auth0 Community!

There are 2 common approaches that you can follow so you can Send Email Invitations for Application Signup only to users of your choice, detailed in the documentation linked above. Firstly, you’ll need to set the “Disable Signups” flag for that DataBase connection in the Auth0 dashboard, then either:

  1. Customize an email template and use it to send a change password email
  2. Create a password change ticket

I would definitely recommend checking out this article as well - Send Email Invitations for Application Signup - Additional Information since it provides helpful insights on how to achieve this.

This article - Optional Approach to Email Invitations for Application Signup also describes a step by step process of implementing a password reset email after an admin creates an user.

Hope this helps!

Thank you,

Remus