The PeopleEditor is an ASP.NET control provided by Microsoft SharePoint for the purposes of selecting users or groups in the SharePoint framework.

learn more… | top users | synonyms

0
votes
2answers
244 views

How do I automatically fill in a column when a different People column is selected?

I would like to display both the Name and Department fields from a Person. So I can select two People columns and have one display Name and one display Department, but I'd like to autofill the ...
0
votes
3answers
223 views

How to update people field?

I have following code on infopath form. All the column gets updated in the target list except for the people column. The verifiedBy is not updating the column in SP List. (In the list I have to to ...
1
vote
2answers
235 views

InfoPath 2010 Person/Group Picker: Need “write in” option

I've placed a person/group picker on a web enabled InfoPath 2010 form. It comes up and allows me to pick names from the farm no problem. My issue is that I want to be able to write in the name of an ...
0
votes
1answer
194 views

People Picker Control with Anonymous Access

SP2010 Visual C# Web Part. How can I allow Anonymous users the ability to use the People Picker control? I have already tried the typical RunWithElevatedPrivileges but continue to get "The control is ...
0
votes
1answer
1k views

SharePoint 2010 People Picker Limitations issue

I have a SharePoint 2010 Infopath List form. In this form I have a people picker field and a Date picker field. Now I need to make people picker field Mandatory only when Date picker field is not ...
0
votes
2answers
1k views

NTLM Authenticated Application, FBA, and the People Picker

On the Windows Authenticated side of an extended web application with FBA, the people picker is only working when I also enable FBA through Central Administration for the Windows Authenticated web ...
0
votes
1answer
992 views

Central Administration, FBA, and the People Picker

I have a web application using Windows Authentication, which is extended with Forms Based Authentication. That's all fine and dandy. The problem is I can't get the people picker to pull my FBA users ...
1
vote
1answer
108 views

Mutiple User Conflict : User changes after clicking ok in People Picker/Address book

I am trying to add a specific user on a SharePoint Site. While searching for that user in Address book by"Name" say "User A", its showing the correct user. But when i add that user by clicking Ok, ...
0
votes
0answers
212 views

SharePoint 2010. AD FS Claims authentication in web application, but NTLM without SSL in central administration

SharePoint 2010 web-application use SSL and AD FS Claims authentication. Central Administration web-application don't use SSL and don't use AD FS (in authentication properties for Administration ...
0
votes
1answer
840 views

People Picker suggesting account but still no exact match

I just setup my farm and have the generic admin account and a john.doe user account for me. I am trying to add my account john.doe as the admin for a new site collection or add myself to anything ...
0
votes
1answer
683 views

AD FS. SPWeb.EnsureUser exception on AD user

We use ADFS and have a problem. The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]". But the page throws the following error: ...
3
votes
1answer
675 views

Display User Profile Picture next to Welcome Menu?

I want to display the user profile picture next to the Welcome Menu in the top right and I have it working after following Erik Swenson's blog but it doesn't seem to be working on My Sites. This is ...
0
votes
1answer
84 views

Site Collections having hundred of top level Sites

Is it a good practice to have hundreds of Top level Sites within a Site Collection, or to have each site collection for each Top Level Site within SharePoint 2007. we recently planned to move Top ...
7
votes
3answers
884 views

How to Modify / Create Custom People Editor Dialog ?

I want to Modify the Default People picker properties as Shown below. I want to hide the Highlighted Columns in the below image. Does anybody know how can I do this using C#? I can modify it or do I ...
2
votes
1answer
497 views

FBA and People Picker Issue on NTLM Web App Zone

SCENARIO I correctly set up FBA on SharePoint 2010 following these tutorials (among others): ...
1
vote
0answers
221 views

People Picker not removing previous data

I am trying to implement People Picker in my aspx page. I have added this tag into my aspx page : <SP:PeopleEditor AllowEmpty="False" ValidatorEnabled="True" id="Picker" BorderWidth="0px" ...
0
votes
0answers
166 views

Custom web part with people editor not setting __EVENTTARGET on postback

I have a people editor that is set to autopostback. The postback is triggered fine and I need to check that the people editor is the responsible control. Suggestions that I've found direct to ...
2
votes
1answer
511 views

SharePoint People Picker look-up for asp net membership provider not working

We are trying to replicate our 2007 setup of FBA in SharePoint 2010. Create a Web Application that is Windows login for internal users. Extend the Web Application that is for FBA login for external ...
1
vote
1answer
1k views

SharePoint 2010 People Picker Issues

I recently performed a database attach upgrade from a SharePoint 2003 system to SharePoint 2007, then up to SharePoint 2010. Everything is running well, for the most part. But one of our biggest ...
0
votes
0answers
65 views

User details changed in FBA module does not update in People Picker

When I change User details in FBA module, the same is not reflected in People Picker. Ex: The original FBA users link shows the latest email address. However, in the People Picker and in THE FBA ...
1
vote
1answer
1k views

SharePoint 2010 PeoplePicker Control Not Displaying User Data

In a test SharePoint environment, I have configured the User Profile Service, and the user profiles have been successfully populated into the UPS using the User profile Synchronization Service from ...
1
vote
0answers
76 views

Sharepoint - Allow Address Book Selection OR User Input

I have a field I have added on tasks. About 99% of the time, using the address book selection is sufficient. However, there are times I want to enter a text entry (ie someone outside the address ...
0
votes
0answers
391 views

SharePoint 2010 audience based on Windows Security Group contains 0 members

I'm running a SharePoint 2010 environment and have just set up an audience based on a Windows Security Group. I've set up the following rule: Operand: User Operator: Member Of Value: Windows ...
1
vote
0answers
294 views

Claim Based Authentication user LoginName and People Picker problem

I have a problem with People Picker in my claim based app: From People Picker finds many instance of the same user From Code EnsureUser(Domain\Name) doesn't work at all From Code EnsureUser(email) ...
1
vote
1answer
367 views

People picker / Add users to groups resolves non-existing ad users and groups

I have an odd problem. I have a site where I'm able to resolve ad groups that no longer exists. I can see them if I search in the people picker or I can type it in and resolve it just fine. If I try ...
1
vote
1answer
1k views

SharePoint 2010 - Configure People Picker columns (add/remove)

How it is possible to configure the Sharepoint 2010 People Picker? I want ot remove the column [Mobile Number] and add a column with the normal Phone Number. Thanks in advance!
1
vote
2answers
572 views

Active Directory users not getting resolved in a FBA enabled site

I have configured forms authentication on a web application. FBA users can be used to access the website but NTLM users not getting resolved. Because of this I cannot use AD users in SharePoint. I ...
0
votes
0answers
181 views

People picker field not displaying user name with proper formate

I am having people picker field called reviewer. Based on the environment we are using different domain user i am adding with the field. after ensuring the user, For specific users it's shows the ...
1
vote
1answer
633 views

Restricting a People Picker to only select people from one Sharepoint group programatically

I've a got a People Picker on a custom list form, and I'm trying to restrict the people you can select in it. Basically, if the form is in one state (set in Page_Load), then restrict the people that ...
1
vote
1answer
161 views

custom pickerEntity tied to Sharepoint list

I have an application page that uses sharepoint people picker. I also have another sharepoint page that has what I called allContacts, which is a custom list with unique contacts. I want the people ...
1
vote
3answers
957 views

How to show AD Contacts in the SP2010 people picker

is it possible to have the SharePoint 2010 people picker show AD Contacts. We have sub contractors & some full time staff listed as contacts in AD, in order to have their contact information ...
4
votes
1answer
626 views

Peoplepicker returning with “No exact match was found” for a 1-way trust

Problem: When selecting an user in the peoplepicker, and posting the page to the server, an error is returned that the user cannot be found (No exact match was found). This happens when a task is to ...
1
vote
1answer
103 views

What is the practical limit for the quantity of entities listed in a claim based peoplepicker?

What is the practical limit for the quantity of entities listed in a claim based peoplepicker in SharePoint 2010? Is there a limit? We are trying to get a list of 200,000+ plus users to work in the ...
0
votes
2answers
721 views

Can people picker resolve NTLM users in an FBA extended site

We have a SharePoint 2010 extranet web application that uses claims authentication. •The Intranet zone is using mixed authentication (NTLM against internal AD and FBA against a separate AD). •The ...
2
votes
1answer
505 views

how to build a custom picker control

I wanted to build a picker control that would work upon a ECT like the out of the box picker but at the same time would also be able to show the picker dialogue based on some filtering criteria ...
2
votes
1answer
1k views

how to get or set ItemPicker control value

I am building a custom form and I am using ItemPicker control to fetch data from an external entity . I am able to fetch the data using the ItemPicker but my next work is to fetch the value from this ...
2
votes
1answer
566 views

SharePoint 2010 People Picker Does Not Resolve USERS/GROUPS.Please Help!

I am Running SharePoint 2010 Site , recently we migrated Web App from Development Server to Production Server(Different Domain Controller). In Development Server I used to be able to Use People ...
1
vote
1answer
463 views

How strictly is Client Object Model functionality Security Trimmed & Person (User) object resolution?

I have a Silverlight Webpart Application running on a Sharepoint2010 Page. The purpose of this webpart is to take a spread of different sections of data and condense it into a more easily usable form. ...
1
vote
2answers
371 views

How many person/group can be saved in a person/group column?

Is it possible to store some 1000+ users in a SharePoint 'person' column.
2
votes
0answers
160 views

How can I remove a single entry from a multiple People and Groups field via workflow?

Using a workflow (and anything else Middle Tier including scripting), can you remove a single name from a multiple-user Person or Groups field? I'm toying with the idea of a "subscription" model: ...
4
votes
3answers
3k views

FBA and the People Picker

I have Windows and Forms Based Authentication enabled for my Web Application. All three web.configs (Central Admin, Security Token Service and Application) are correctly configured to use a custom ...
0
votes
1answer
459 views

Script or Code to import from AD to Sharepoint Group All users

I'm looking for a script or code to make Sharepoint know 'bout users from active directory.. I have 3 domains and People Picker sees people but cannot resolve that (suggest only).. I read in many ...
0
votes
2answers
256 views

Person or Group Column Type Broken after Renaming 'Title' Site Column

I made the all-too popular mistake of renaming a title column and pushing out the changes via inheritance. I quickly reversed the change by renaming it back to Title. Now, when I use the Person or ...
2
votes
2answers
695 views

Create app page with user/group picker?

I need to create an app page with some multiline textboxes. In those textboxes, user should be able to type users, and put as many users or groups in the normal sharepoint way: domain\user1; ...
3
votes
3answers
2k views

People Picker attempts to use claim based authentication but the web application authentication provider is classic / windows

We recently in-place upgraded our sharepoint 2007 to sharepoint 2010. We were using Windows authentication in the 2007 environment and wish to continue doing so in the 2010 environment. The ...
1
vote
1answer
509 views

How can I Filter a Joined DVWP by [Current User] in Multi-User People/Groups field?

I have a joined DVWP. List A includes a "category" lookup field among other columns. List A includes the same "category" lookup field as well as a People/Groups field with multiple selections. I'd ...
9
votes
4answers
6k views

hotfix for problem with SharePoint PeopleEditor in IE-9

is there a hotfix for problem with PeopleEditor in IE-9? http://social.msdn.microsoft.com/Forums/pl-PL/sharepoint2010general/thread/90b3835c-6754-4bb6-9fd4-b74f16f236ff Exception Details: ...
1
vote
2answers
662 views

Domain user cannot be found

I'm trying to add my domain account as a secondary site collection admin but for some reason it can't find the account. I'm currently logged in with servcenter\my.name but the people picker does not ...
0
votes
2answers
486 views

Trigger workflow email when item created

We have a list called employee details, which has client name as one of the columns which is of the type lookup (from another list name columns value). So when the users create a new item in the ...
2
votes
1answer
842 views

People picker accepting anything when using ADFS as claim provider

I know the are other questions similar to this one, but I haven't found one that is the same. Here's the thing: I've successfully configured a web app in SharePoint to authenticate using ADFS. When I ...