コミュニティアチーブメントバーを展開する。

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