sharepoint 2007 showing System Account instead of Username / full name
Can someone help me figure it out why ?
Thanks.
Can someone help me figure it out why ?
Thanks.
This usualy happens because you used your own account as the application pool account. when you do that, sharepoint will not allow you to use it as yourself.
Never use an actuall user account as the application pool account. set up a system account for it in the domain.
As Ishai said it's not generally considered a good practise, but you can still fix it.
Go to Central Administration / Application Management. Click Policy for Web Application. Select your web app and click your account in the list. In the Edit Users page, clear the Account operates as System checkbox. That should fix this particular problem.
Hope this helps,
Alex
I just had the same problem, and in the help section of Sharepoint (within the product), I found a solution:
Office SharePoint Server 2007 Central Administration Help > Creating and managing Web applications and sites > Creating and managing Web applications: Change the application pool identity for a Web application
I changed the user and was able to get rid of the "System Account" that appeared in the top-right whenever I logged-in.
Search for "Change the application pool identity for a Web application" in help for step by step guidance.
Thank you all for helping me fix the issue