hi,
is it possible to have one role that can create assets folders plus CRUD operation on the files/assets and another role that could only do CRUD operations on files but without possibilities to create folders ?
I couldn't find documentation explaining different roles for assets (owner, editor)
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @nbg62
For this case you need to overlay below path and add render condition to hide create holder option to users of a specific group
/libs/dam/gui/content/assets/jcr:content/actions/secondary/create/items/createfolder
/libs/wcm/core/content/sites/jcr:content/actions/secondary/create/items/createfolder
Please refer below thread for same:
AEM comes with a default group "dam-users" for Dam users.Please refer:
Also refer the below to get details on privileges
Regards,
Rajashankar.R
Hi @nbg62
For this case you need to overlay below path and add render condition to hide create holder option to users of a specific group
/libs/dam/gui/content/assets/jcr:content/actions/secondary/create/items/createfolder
/libs/wcm/core/content/sites/jcr:content/actions/secondary/create/items/createfolder
Please refer below thread for same:
AEM comes with a default group "dam-users" for Dam users.Please refer:
Also refer the below to get details on privileges
Regards,
Rajashankar.R
Thank you Raj,
this is what we need, I was hoping there is more granular user roles that can support different actions...
Can you advise if I can get current user's group name using OOB render condition ?
Views
Likes
Replies