Forbiding group member to see eachother accounts?
Hi
How to forbid user to see other usrs accounts in thissames groups in which he is?
I have one group of user whit only a read permision but still they can see other users name in group?
June 8th, 2010 2:43pm
Hi,
If the user is within a SharePoint group, then its possible to set if other users can see the group membership and also mange it.Regards, Aaron www.aaron-rendell.co.uk
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2010 6:42pm
I know it's possible to allow user within a group to see members of a group, but how to take that privlage from them?
June 8th, 2010 7:14pm
Hi,
You can create a new permission level with the same permissions except the “Browse User Information
- View information about users of the Web site” and grant your read only users this new permission level and then try again.
Hope it is helpful!
Seven
Free Windows Admin Tool Kit Click here and download it now
June 10th, 2010 12:41pm
This is not possible.
Group membership View can only be restricted to 'group members', the other setting is for everyone else to view. There are no options to restrict group membership view to an individual/group.
However, you can use an AD group within SharePoint - the members of this group will be restricted to users who have access to AD Users and Computers.Regards, Aaron www.aaron-rendell.co.uk
June 15th, 2010 5:29pm
There is an option. You can forbid users to see file which is responsible for showing users in groups.
Example:
<location path="_layouts/user.aspx">
<system.web>
<authorization>
<allow users="Baza-Esqula-Admin"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
Free Windows Admin Tool Kit Click here and download it now
June 24th, 2010 4:42pm


