How to remove features from Projects Console/Screen? | Community
Skip to main content
October 16, 2015
Solved

How to remove features from Projects Console/Screen?

  • October 16, 2015
  • 1 reply
  • 814 views

The Project Console/Screen (http://<host>:<port>/projects.html) is relative new in CQ. Is there a way to control it so that different users or groups see different applicable features based on their privileges? For example, how to hide 'Assets' and partial list under 'Tools':

[img]hide.jpeg[/img]

There's a post about removing features from the Welcome Screen (http://<host>:<port>/welcome.html) and restricting siteadmin view (http://<host>:<port>/siteadmin), but those don't seems to apply to control what goes onto the Welcome Console/Screen at http://<host>:<port>/projects.html.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by hereathome

You can apply ACLs to the assets node to restrict what users should see it.   For example if you look at the node /libs/cq/core/content/nav/sites (in AEM 6.0) you will see there is a ACL that denies dam-users and mp-contributors.  You could so something similar for the nodes that you're interested in. If I recall for AEM 5.6.1 the nodes might be under /libs/cq/gui/content/common/links, but the same concepts apply.

1 reply

hereathomeAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

You can apply ACLs to the assets node to restrict what users should see it.   For example if you look at the node /libs/cq/core/content/nav/sites (in AEM 6.0) you will see there is a ACL that denies dam-users and mp-contributors.  You could so something similar for the nodes that you're interested in. If I recall for AEM 5.6.1 the nodes might be under /libs/cq/gui/content/common/links, but the same concepts apply.