-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Description
Summary
We use Matomo to monitor several sites.
We've got 3 types of users:
- The external users, who are related to a single site and therefore only have read permission on this site.
- The internal support users, who have read permissions on every site to provide some help to the external users.
- The internal admins, who are super users.
The types 1 (external users) and 3 (internal admins) are easy to implement with the current way the permissions are managed in Matomo.
But the type 2 (internal support users) hits this problem: the read permissions are applied only to the already existing sites, but these users have no permissions by default on new sites that are being created.
So each time a new site is created, we have to remember to give the read permission to every internal support user.
It would be nice to have the ability to set default permissions for a user, that would apply to every future site.
Your Environment
- Matomo Version: 5.5.1
- PHP Version: 8.2.14
- Server Operating System: Debian 11
- Additionally installed plugins: /
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.