Expand my Community achievements bar.

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

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

Avatar

Level 1

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