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 -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -