Is there any way to create users without requiring an email address?
I want to require a username and password only.
Is that possible?
Is there any way to create users without requiring an email address?
I want to require a username and password only.
Is that possible?
Hi @jacob.ramirez,
Welcome to the Auth0 Community!
I understand that you have some questions about creating users.
Unfortunately, it is not possible to create users without an email address. At the least, you will need to create a user with an email address, and can optionally include a username.
When doing so, you can allow your users to authenticate with either a username and password combination or email address and password combination.
To do so, you’ll need to ensure that your Database Connection has enabled the Requires Username toggle. See below.
Once that is complete, you can proceed with creating your users.
Hoped this helps!
Please let me know if you have any further questions or concerns.
Thank you.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.
Hi team!
Updating this topic with our latest solution that makes it possible to create an account with only a username. With Flexible Identifiers, you can add a username as a mandatory identifier while disabling the email, so your users will be able to sign and log in using an only username.
Thanks
Dawid