-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Advanced user permissions to allow users to view some reports only #3389
Comments
Attachment: |
Duplicated by #4488 Btw If you are interested by this feature, contact Piwik experts via: http://piwik.org/consulting/ and we can build it for you! |
Hello @mattab , i'm very interested in this feature. I've been looking for something like this for hours, but couldn't find a similar solution. Is this feature already in development? |
Do have any estimations how much time and money it would require to implement this feature, i.e. limit access to widgets for users? |
A customer also requested the abilty to restrict "View" users and not allow them to create/edit custom dashboards. Maybe if we release an advanced permission system it would need to also handle these extra permissions... |
In Piwik a "view" or "admin" user can see all reports.
We could add a new Admin tab, or sub-tab to the Users tab, that would let Super User assign users a set of specific permissions, rather than the default "view all".
Implementation: we could use the existing hook in frontcontroller, that would let a plugin manage the permission to access this specific controller.action call:
(Note: maybe needs to be moved inside the try block just below.
See a screenshot for an example from another tool.
Note:
Anyone interested and have some time, please let's discuss the implementation,
The text was updated successfully, but these errors were encountered: