How to hide the “Data Dictionary” from the Alfresco Repository?

你说的曾经没有我的故事 提交于 2019-12-25 05:08:53

问题


I am new to alfresco. I am integrating Alfresco with the web application as an library for my application. I am logging to alfresco as a admin and I can see the Data Dictionary in my repository. I want to hide it. Is it possible?


回答1:


In order to hide the Data Dictionary folder for normal users you have to properly configure permissions. By default, all folders in Alfresco use the default ACL, which makes everyone Consumer (i.e. read only). This is what makes them visible to every user.

Try one the following:

[From Alfresco Explorer]

  • log in as admin
  • go to Data Dictionary
  • click on More Actions -> Manage space users
  • remove the only one entry you have there

[From Alfresco Share]

  • log in as admin
  • go to Repository
  • if needed, click on "Show folders"
  • hover on Data Dictionary
  • click on More -> Manage Permissions
  • hover on the Actions column, click Delete

This way you hide the Data Dictionary folder to normal users. Admin users always get access to everything. With similar procedures you can configure more fine grained access levels on folders, e.g. to enable some users to access them.



来源:https://stackoverflow.com/questions/11082534/how-to-hide-the-data-dictionary-from-the-alfresco-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!