Move over Google… http://www.pcadvisor.co.uk/news/index.cfm?newsid=12204
Cheers
C
The SharePoint Knowledge Collection of Cornelius J. van Dyk, an 9 x SharePoint MVP
22 February 2008
21 February 2008
How do I? – Customize granular site group permissions – WSS 2.0 vs. WSS 3.0
If you’ve ever had to secure SharePoint site content at list level before, you probably ran into the need to reduce user permissions. A good example may be where content is sensitive and have to conform to certain laws/rules/procedures before deletion could take place. In such a case, you need to remove both the Delete as well as the Modify rights from the Contributor user group. Why Modify rights? Because with Modify rights, I may not be able to delete the document outright, but I am able to edit it and delete the content of the document which essentially boils down to the same thing. True, using version history can help with that, but it’s much easier to just remove the Modify rights altogether. Now in Windows SharePoint Services 2.0 this was very easy. It was done thus:
- Logon to the target site.
- Click the “Site Settings” link in the menu bar.
- In the Administration section, click “Go to Site Administration”.
- In the Users and Permissions section click “Manage site groups”.
- Click the “Contributor” group link.
- Click the “Edit Site Group Permissions” button.
- Now uncheck the “Edit Items” and “Delete Items” options on the page and click the “Submit” button to save the changes.
- Logon to the target site.
- On the top right hand side, click “Site Actions”.
- On the drop down menu, click “Site Settings”.
Cheers
C
Subscribe to:
Posts (Atom)
SharePoint Remote Event Receivers are DEAD!!!
Well, the time has finally come. It was evident when Microsoft started pushing everyone to WebHooks, but this FAQ and related announcement...
-
Ever wondered what the new SharePoint Online URLs are all about? Take for example https://cjvandyk.sharepoint.us/:x:/r/sites/Site1... What ...
-
Every so often, you run across the need to redirect a page somewhere else, like after a server migration when DNS isn’t used. By simply addi...
-
When using NuGet, we can easily run into assembly reference issues. A notorious error message is: CS0012: The type ‘System.Object’ is def...