Hello everyone!
I have a list that anonymous users can add information to. The anonymous permissions is turned on, but I want to get ride of the page tab in the ribbon when anonymous users access it. Is there a way to turn this off?
Thank you!
To solve the issue , you need to make changes to your master page and enclosed the Tab area in the following security trimmed control:
<SharePoint:SPSecurityTrimmedControl ID=”SPSecurityTrimmedControl2″ runat=”server”
PermissionsString=”FullMask”>
Page tab content …
</SharePoint:SPSecurityTrimmedControl>