Can I change the displayed name of the UserName field in ASP.NET MVC IdentityUser? -


i'm using asp.net identity, , have extended identityuser class add own data.

i'm using data annotations set display name, etc. of fields, because username field baked-in, can't annotate that. since i'm planning store email address in field, that's 1 want rename!

if data annotations non-starter (and assume are), there other way achieve same result?

can't override username property , add annotation?


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -