open this file:
/opt/alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xmlfind this line within the <header> tags
<item type="link" id="repository" condition="conditionRepositoryRootNode">/repository</item>Change it to:
<item type="link" id="repository" permission="admin" condition="conditionRepositoryRootNode">/repository</item>Reload Alfresco. Now only admin users will see that link.
Note that the url will still be accessible, this will only hide the link button.
The button doesnot show up after this configurations, but How to prevent non admin user from accessing that url.
ReplyDelete