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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -