Link to home
Start Free TrialLog in
Avatar of BoozTech
BoozTechFlag for United States of America

asked on

SharePoint MySite

We have a SharePoint site with more than 2500 personal sites. These mysites contain custom properties where inividual users update their information like Industry experience, expertise etc. Often higher officers don't have time to update these information on their own but they ask their assistants to update it by sharing their password to the site. How can we allow delegated assistants to update profiles of their officers without having to know the password. basically here's what I need,
1. Offiecers delegate an assistant to update their profile.
2. Assistant log on to sharepoint portal using their own log on information and access their officer's profile to update.

Is that possible?? do I have to build a custom code with impersonation.??

Avatar of quihong
quihong
Flag of United States of America image

Yes its possible. What version of SharePoint 2007 or 2010?

Avatar of BoozTech

ASKER

It's SharePoint 2007.
ASKER CERTIFIED SOLUTION
Avatar of quihong
quihong
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I do not want to go this route by giving users permission to update user profiles on central admin. We do have private and public views for each mysite. And we have ui sections on mysite where you can add information from the form fields and save. It's custom developed. I guess we need to modify the code and allow impersonation.
I can't speak to your custom development work/process, but the method I outlined is the out of box method and would be the simplest.
I understand, thanks for your replies.
So, is there any other way to edit Mysites of other users??? For ex: Can I update information on my Manager's mysite on behalf of him without having to log on as him????