Creating Auth0 Users Using Username and Password

Overview

This article explains how to create Auth0 users for users that will not have an email address or phone number linked to the account and will allow for the creation of users with only a username and a password.

Applies To

  • Database Connections

Solution

This is possible with the use of Flexible Identifiers.

  • Using Flexible Identifiers allows the removal of the email attribute and the addition of the username attribute instead.
  • When creating users, email is no longer required for this database connection after the change.
  • This also applies to users who use the signup link; they will be requested a username and password to register.