-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impersonation icon missing after upgrade from 0.0.5 to 0.1.0 (6e55300) #32
Comments
This work is under progress. Yes admin user does have privilege to impersonate anyone. |
Do you mean the default |
The default admin user falls under the admin group.So any user under the admin group will have the privilege to impersonate any user. |
OK, thanks for the clarification! The list of users on the Settings page would then be additional groups that have permission to impersonate anyone. Correct? |
They are the list of groups under which the users fall, which can be impersonated. |
Still confused. If
how does the list of groups on the settings page influence "the privilege to impersonate any user"? If users in the |
This list is with respect to group admins and its users. |
So the term "subadmins" on the settings page is actually supposed to be "group admins"? Which means that the group admins for groups listed on the settings page are allowed to impersonate as well? If so, can they also impersonate anyone or just the users of the groups they are admin for or all users of all groups listed on the settings page? |
Lets say we have |
Hi,
I've just upgraded the app from 9af19c4 to 6e55300. Now the impersonation icon is missing in the user list. The HTTP request to
https://example.com/apps/impersonate/getimpersonatedata
succeeds with HTTP/200.With the previous version I enabled the app only for a specific group (admin). Is this sill required?
The new settings page shows "Allow subadmins to impersonate users from these groups". What is a subadmin? I have several users in the "admin" group and the regular/default admin account has been deleted.
I find the new setting a bit confusing:
Specifically, I'm referring to
What I would like to achieve is that admin users are able to impersonate anyone in any group.
The text was updated successfully, but these errors were encountered: