Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

What permission level is needed to create image profiles?

Avatar

Level 2

We have various permission groups in our AEMaaCS Assets and would like to allow our editors to create new image profiles but not give them full admin access. That said applying admin access so far appears to be the only way to give a user this level of permission. Can someone confirm this or provide alternatives to try.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

You can refer below nodes and as per the nodes it seems user needs to be added to admingroup group

 

/libs/dam/gui/content/processingprofilepage/imageprocessingprofiles/jcr:content/actions/secondary/create/granite:rendercondition/isadmin
/libs/dam/gui/components/admin/renderconditions/iscurrentuseradmin/iscurrentuseradmin.jsp

 

See if you can overwrite iscurrentuseradmin.jsp and add a separate group instead of referring to admingroup

 

Hope this helps!

View solution in original post

0 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

You can refer below nodes and as per the nodes it seems user needs to be added to admingroup group

 

/libs/dam/gui/content/processingprofilepage/imageprocessingprofiles/jcr:content/actions/secondary/create/granite:rendercondition/isadmin
/libs/dam/gui/components/admin/renderconditions/iscurrentuseradmin/iscurrentuseradmin.jsp

 

See if you can overwrite iscurrentuseradmin.jsp and add a separate group instead of referring to admingroup

 

Hope this helps!