0
emiks created
Is it possible to set the email field for a user to not required and not unique?
1 Answer(s)
-
0
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.