내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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