Hide Repository Browser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 11:05 AM
Is it possible to hide the Reporitory Browser for non admin users?
Sebastian
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2011 09:01 PM
http://myserver:8080/share/page/repository
How do you limit access to the repository? What's the point of all the permisioning and role setting if everyone can just view the whole repository!
Can anyone help me out with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 03:29 AM
To do that you can override the site-data/pages/repository.xml definition to change the authentication to "admin".
Thanks,
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 07:27 PM
I guess the <header> tags in "share-config.xml" only appear in the 3.4.c version. There are no header tags in my 3.3 version. Is there a way to add a whole "header" section and make it work like in 3.4.c?No, sorry. You'll need v3.4.
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2013 06:25 AM
I want to hide and prevent access to non Admin users to Repository label from header.
I am working on imported share.war file in eclipse and using Alfresco 4.0.d. SO please suggest me the proper steps asap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2013 12:11 PM
Open Share-config.xml file and locate the following line.
<item type="link" id="repository" condition="conditionRepositoryRootNode" permission="admin">/repository</item>
Add permission="admin" attribute to it.
<item type="link" id="repository" condition="conditionRepositoryRootNode" permission="admin">/repository</item>
Hope this helps you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 10:47 AM
The best way is to edit the share-config-custom.xml file.
Enter the share-config-custom.xml file:
sudo nano /opt/alfresco-4.2.e/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
Find this section:
<!– Whether the link to the Repository Library appears in the header component or not.–><visible>true</visible>
and add
permission="admin"
after "true". It should now look like this:
<visible>true permission="admin"</visible>
I have attached an image of the final settings.
Don't forget to restart your Alfresco services after making these changes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2014 10:48 AM
The best way is to edit the share-config-custom.xml file.
Enter the share-config-custom.xml file:
sudo nano /opt/alfresco-4.2.e/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
Find this section:
<!– Whether the link to the Repository Library appears in the header component or not.–><visible>true</visible>
and add
permission="admin"
after "true". It should now look like this:
<visible>true permission="admin"</visible>
I have attached an image of the final settings.
Don't forget to restart your Alfresco services after making these changes

