I needed to hide the "Edit Page" option under the "Site Actions" menu for all users without Full Control permissions. The following steps removed the edit page option for user's without the managesubwebs right.
Open the master page for the site.
Find the following lines of code:
Add to the following lines to the code:
PermissionsString="ManageSubwebs" PermissionMode="Any"
The code should now look like:
Save the master page and you are done. Thanks for visiting.
No comments:
Post a Comment