Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to remove features from Projects Console/Screen?

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

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.