Base solution for your next web application
Open Closed

User required fields #11918


User avatar
0
emiks created

Is it possible to set the email field for a user to not required and not unique?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @emiks

    For database table, you can change it using EF Core fluent configuration in your DbContext's OnModelCreating. But, I assume you will face many problems since some functioanlities depend on email address of user being required and unique.