- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2014 08:35 AM
I had someone ask me the other day if we could grant the Impersonator role to an account, but limit the users that could be Impersonated. I know the Impersonator role prevents the impersonation of an account with the 'admin' role. So, there's a check being done somewhere. Anyone know if we can hook that check and add to it? So we could perform a query based on the user and limit the "target" to specific users/groups?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2014 08:41 AM
Hi,
This check is in the UI Page named "impersonate_dialog".
Kind regards,
Dan Berglin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 02:15 AM
Hi Rob,
Can you share a sample of the condition script?
Thank you,
Charlie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2017 08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 02:41 AM
hey ,
where you modify your query? ui macro ?
i am trying to apply filters to the impersonated query in ui macro as i require the field vip=false to be checked when users is impersonated for it
this is my query
<j:set var="jvar_impersonate_query" value="QUERY:active=true^locked_out=false^web_service_access_only=false^ORweb_service_access_onlyISEMPTY^vip=false" />
This doent work. Can you please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 06:27 AM
Hi,
I've no clue since I don't have this requirement any longer. There's two UI Macros named 'impersonate_dialog', could that be why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 02:09 AM
Hey ,
can you please tell me what needs to be changed in this.
I have a group whom i assign impersonator role and i want them to impersonate only a single group.