Permission Groups (Roles) for User Management #3274
Closed
GeekStreetSolutions
started this conversation in
Ideas
Replies: 1 comment
|
f you have too many users, there is an API designed specifically for this purpose. You can build your own custom layer on top of it to meet your needs. We don’t want to add roles because, inevitably, users will start requesting nested roles, role weights, and other complexities. User management is simple and allows you to manage permissions exactly as you need. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Add support for reusable permission groups (roles) that can be assigned to users instead of managing permissions individually.
Problem
As the number of users grows, managing permissions becomes increasingly difficult. While Seerr supports bulk editing, it currently replaces the entire permission set for each selected user. This makes it cumbersome to apply a single permission change (such as enabling Issue Reporting) without recreating each user's existing permission configuration.
For servers with multiple user types (family, friends, trusted users, administrators, etc.), this can quickly become difficult to maintain.
Proposed Solution
Allow administrators to create reusable permission groups (roles) that define a complete permission set.
Examples:
Administrator
Trusted User
Standard User
Guest
Each user would simply be assigned to one of these groups.
Benefits
Optional Enhancements
Why This Matters
Permission groups are a common administrative feature that simplifies long-term user management. Instead of treating every user as a unique configuration, administrators can organize users into logical roles while making future permission changes significantly easier and less error-prone.
All reactions