How to change the display of user account to not include domain in Sharepoint 2010
Trying to figure out how to display just user name without domain in person-type fields during Data entry. By default it displays the domain开发者_如何学运维/user-account.
If there is a profile associated with the user, it should display the full username.
http://technet.microsoft.com/en-us/library/ee721049.aspx
I have observed that it displays domain name when First Name and Last name are not set for the user. Once you set it, it will display "FirstName LastName" instead of "DomainName\LoginName"
精彩评论