Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to remove "impersonate as" from User GUI for certain users only?

Avatar

Level 1

Does someone knows how to remove the " impersonate as" possibility from User GUI?

We have configured authors, users and admins but did not find where this can be removed from GUI for certain user groups.

regards,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you can do it from /libs/granite/ui/components/shell/userproperties/userproperties.jsp file, which render impersonate.

you can write your logic to identify set of user to hide impersonate and update value of showImpersonate variable as false.

Arun Patidar

AEM LinksLinkedIn

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

you can do it from /libs/granite/ui/components/shell/userproperties/userproperties.jsp file, which render impersonate.

you can write your logic to identify set of user to hide impersonate and update value of showImpersonate variable as false.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 1

Ok, I'll check that ..thank you so much