-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Don't let "admin" users see all other users in Piwik #4314
Comments
Thanks for the suggestion! What was the other ticket you found? See also slightly related #1568 |
I think this ticket (3 years old) would describe the same problem #1568 describes a more advanced role system. I think the solution for multi website installs can be more simple, by grouping the admin users to an account. Think of multiple fishponds with groups of fishes, and still be able connect some ponds together... This way you have the benefits of adding admins, grant admins acces to other accounts etc, like now. If an admin (A) is connected to site A, and also to site C, D, E every new user /admin added in A,C,D etc will have the same options within this usergroep, because they are related to each other. But, when admin (B) is not grouped into site A, he will only see users of his own site B. Only a superadmin can grant admin (B) acces to the group of admin (A) I think with only a extra field like groupid in the acces table, and some adjustments in the code, you can achieve this.. I hope I explain my idea correctly |
I think we could add a new config setting to accommodate this use case. Please comment here if you are experiencing this issue! |
We are experiencing the issue. We have more than 200 users in our piwik installation. Some of our users wanted to create and manage goals. We had to grant them admin privileges on their user account for their own website. The problem is that they can see all other users created in piwik installation. Is there any workaround? |
+1 |
Also +1 we also experiencing this problem. Have checked the config for an option but still not in it. A bit of a shame if you ask me that this feature is lacking. |
I also experiencing the problem with piwik. I want that my users to make setup goals but they shouldn`t see the other users. How can i resolve my problem? |
another request for this feature from email: Why does an user with 'admin' privileges see all users on a Piwik instance - including one with 'super admin' privileges? Explanation: |
Note:
|
Proposed solution:
Notes:
what do you think? |
This issue can lead to sensitive data leak (usernames), which is not expected as a Piwik user, because we aim to live to high standards of privacy and engineer products in this way Moved into 2.15.1 👍 |
Should return maybe the own user ?
There is often no website given. Possibly we should check for which websites the user has admin access, and return all users that have view or admin access for these websites |
I've made a piwik setup for multiple website accounts, and intergrated it in my CMS system. Also the admin-users are 'added' from my CMS.
When I go to the piwik UsersManager page with admin level permission, I see a list with all the admin accounts from the other websites.
The only connection of these admins to each other is that they are related to me, nothing else, and I would not like to give a clientlist to all my clients ..
I've found an old ticket/request, but still no solution.
I would suggest that this setting could be managed in the config.ini, or as a config databasesetting.
If admin level, dont't show UsersManager.
or
only show admins already connected to that webaccount.
Keywords: UsersManager admin
The text was updated successfully, but these errors were encountered: