-
-
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
Fine-grained permission system #1568
Comments
By now it is only possible to allow or deny full viewing access to sites. Is it possible to limit the viewing access to certain plugins? This would be very helpful for anybody who likes to embed a single widget on a public page. Maybe we can introduce auth tokens that are limited to certain plugins? |
IIRC widget-specific access was discussed in #283. |
See Zend_Acl. |
Proposed settings to add in Piwik core:
See also #1148 |
Attachment: Patch for SitesManager plugin. Now simple Administrators can add new sites to track. |
Hello from Codax team, Russia. We'have just posted the patch for core for the 'SitesManager' plugin. So it allows Admin users to create websites they wish to track. Check out the attached file. |
Hi, |
Idea:
administrative UI should manage:
|
+1 on this one |
closing in favor of #21175 |
Superuser can define what a non-superuser can or can't do. Examples:
(Some of this might overlap/conflict with the existing access sytem.)
Can be applied to an individual user or all users.
The text was updated successfully, but these errors were encountered: