The User entity represents a user of the application. It should be derived from the AbpUser class .
The AbpUser class defines some base properties like :

  1. UserName: Login name of the user. Should be unique for a tenant.
  2. EmailAddress: Email address of the user. Should be unique for a tenant.
  3. Password: Hashed password of the user.
  4. IsActive: True, if this user can login to the application.
  5. Name and Surname of the user.
    AbpUser class also contains properties like Roles, Permissions, Tenant, Settings, IsEmailConfirmed etc. Check the AbpUser class for more information.
Last modified: May 28, 2019

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment