/AddPropertyToIdentityUserExample

This example shows how to add a new property to ASP.NET Identity User.

Primary LanguageC#

Add Custom Property To ASP.NET Identity User

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:

Add Custom Property To ASP.NET Identity User