0
SouravParia created
What is the protocol to extent AbpUser. We would like to add additional attributes to it. I could recreate form the source and it seems to be a lot of changes. Wondering if there are any straight way to implement it? We want to see the extra property in the user edit and profile edit section.
2 Answer(s)
-
0
You can use Object Extensions to extend
IdentityUser
. You can also persist it via mapping to database column. -
0
This question has been automatically marked as stale because it has not had recent activity.