How to remove "impersonate as" from User GUI for certain users only? | Community
Skip to main content
New Participant
May 3, 2018
Solved

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

  • May 3, 2018
  • 2 replies
  • 2644 views

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,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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.

2 replies

jc-ymeAuthor
New Participant
May 4, 2018

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

arunpatidar
arunpatidarAccepted solution
New Participant
May 3, 2018

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