0

i have a sharepoint site http://spp/sitepages/page2.aspx

I have a group called "Group1" with full control. There are two users "User1" and "User2".So both the users will have full control and both of them can make any changes in page2.aspx. Now this is my requirement, i want to allow only "User1" to access, when "User2" access my page i want to show "Access Denied" is it possible without code.

John
  • 81
  • 1
  • 1
  • 10
  • 1
    If this is a "no code" question it belongs on http://sharepoint.stackexchange.com . The obvious solution is to adjust the permissions you have granted to User2 – SHug Dec 15 '11 at 09:26
  • 1
    What's wrong with the SharePoint Stackexchange community, Trikks? – Dennis G Dec 15 '11 at 15:29

2 Answers2

2

Since we can't vote to close towards sharepoint.se yet, here it goes:

You need to go to the SitePages library in the browser, select the page you want to change permissions and then go to the dropdown menu for the item > Manage Permissions > Edit Permissions (Stop Inheriting), remove all users / groups and only add User1 to the item.

A more detailed guide is available at the Microsoft Office website online

Francisco Aquino
  • 9,097
  • 1
  • 31
  • 37
0

If you can put your page into a document library - do so. This way you can adjust your permissions properly with no code.

Maks Matsveyeu
  • 866
  • 5
  • 11