Base solution for your next web application
Open Closed

Removing Password column from AbpUsers #1016


User avatar
0
akash created

Hi,

I don't want to keep Password column in my AbpUsers table. Is there anyway through which I can remove this column and Required Validation over it??

Kindly help.


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Override Password and add [NotMapped] attribute in your User class. You can do same in OnModelCreating via fluent api.

  • User Avatar
    0
    akash created

    That worked, Thanks !