Tagged Questions
1
vote
1answer
113 views
Clone User Permissions for Another User
I have a user that has access highly sensitive information. He is giving a meeting and we want him to use an account that has the exact same permissions as another user. I seem to remember there was a ...
1
vote
0answers
595 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
600 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 ...
2
votes
1answer
339 views
Retrieve only the fields shown in userdisp.aspx from User Information List
I have built a Web Part in Visual Studio 2008 to show the current user's information (this is for WSS 3.0).
I have no problem iterating through all the fields in the SPListItem, but I want to filter ...