0
votes
1answer
94 views

User Information List issue

I have an unusual problem with User Information List in my main site collection. After unknown circumstances, we lost quite a few users from that list (their profiles still exist). Moreover in ...
2
votes
3answers
1k views

Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb

I want to update the user profile details through the code however it is throwing the below exception "Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
2
votes
2answers
1k views

Hot to get custom user property from UserInformationList

My user profiles have some custom properties. Now I need to get a list of all values that this custom property has on any user. This code return an error that "Column 'Division' does not exist. It may ...
1
vote
1answer
306 views

User DisplayName on first-time login

Folks, we've got the problem. We are using Claims auth on a SharePoint farm. As usual (windows auth) when user login at first-time to SharePoint site, he sees his DisplayName in welcomecontrol.ascx ...
0
votes
2answers
1k views

User Profile sync with User Information List

Do these two lists have a syncing mechanism? I know of the User Profiles being synced via your data store, but does the User Profile sync with the User Information List? If so, what settings drive ...
2
votes
3answers
3k views

Using Sharepoint 2010 user profiles to store user information for a public facing website?

We're planning to use Sharepoint 2010 as a CMS for a website we're building. This site will also have login functionality; and my boss suggested we use Sharepoint's user profile features to store user ...
0
votes
2answers
387 views

How to make fields in User profile page read only?

I use WSS 3.0 I want fields like Name, email etc Read-Only. Is this possible? thx saumil