First, if you need to limit selection to site collection users, you can use an stsadm command
stsadm -o setproperty –url http://sitecollectionURL –pn peoplepicker-onlysearchwithinsitecollection –pv yes
There are a couple of other options to limit selection that involve setup in active directory. They can be found here; Keep it Simple!
Peoplepicker: Stsadm properties
Second, customize the people editor control with the SharePointGroup property. I've found this solution very helpful in customizing input screens as it gives really fine grained control over an individual field. The field below will only allow selection from "SomeGroup".
<SharePoint:PeopleEditor ID="plpEdit" runat="server" SharePointGroup="SomeGroup" />
No comments:
Post a Comment