You can add custom properties to ASP.NET Identity User. Here in this example I've added a new Code
property to IdentityUser
. You can find step by step guide here.
After following all the steps, you will have a Code
property in UI, in model and database:
avilamisc/AddPropertyToIdentityUserExample
This example shows how to add a new property to ASP.NET Identity User.
C#