Tagged Questions
0
votes
1answer
507 views
Sharepoint User Management: User Profile and User Information List
What is the difference between User Profile in Central Admin and User Information List in a Site Settings?
I want to add some columns and lookups to Users of a SharePoint site in order to access them ...
1
vote
2answers
393 views
How to get SharePoint user's manager?
I found some examples on the internet (this one I understand the most). I am confused on how to implement it. I do not know which assemblies I need to reference. Also, shouldn't I use classes from ...
1
vote
1answer
198 views
Get current user in SPFeatureReceiver?
I am working on a web application-scoped feature which creates a site collection. I would like to set the person who activated the feature as site collection owner. To do that, I would have to either:
...
0
votes
3answers
205 views
Create a user-specific home page
Is it possible to have user specific home page in a sharepoint site?
For example when User 1 logins to the site, Homepage 1 will be shown and when User 2 logins, Homepage 2 will appear.
4
votes
2answers
781 views
Login takes SHAREPOINT\system Account
When I Open m Web sometimes it Takes "SHAREPOINT\system" Account insted of My Own Account.. Can anyone help me why it is doing like that?
0
votes
1answer
519 views
User display name
I have a user, let's say XYZ in AD. I have classic-authentication web application. My user has set only first name and login name to XYZ. In SharePoint he is displayed as XYZ.
When I update his ...
5
votes
1answer
3k views
Get current logged user name for user “Account operates as System”
When I'm try to get current logged user name for account domain\username and I added many users to this option "Account operates as System" In code I got the system account not the real name of user ...
2
votes
1answer
263 views
terminated employee still shows up in user search
From Central Admin > user profile search > Employee not listed (meaning nightly sync took him out)
However, went to a site permission and type the terminated employee's user id "tpatel" and SP ...
1
vote
0answers
597 views
Fully delete a user from the User Information List (WSS 3.0)
I am having the same issue as this poster on MSDN, but the solution given did not work:
http://bit.ly/Akz5RD
This is also a follow-up from an earlier question of mine:
http://bit.ly/wfjd13
NOTE: ...
1
vote
2answers
603 views
Show deleted users in User Information List programmatically
I am working with retrieving user info programmatically in WSS 3.0. I understand that users are stored in each Site Collection's User Information List. Deleted users are not visible in the User ...