Opened 16 years ago
Closed 14 years ago
#3726 closed task (fixed)
Split admin panels in seperate components
Reported by: | Sebastian Krysmanski | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | permission separation admin |
Cc: | Trac Release: | 0.11 |
Description
It would be nice if the admin panels "Configuration" and "Users" were in seperate components. This is useful when you have a Trac installation where you have several Trac projects of which you "trust" their admins (e.g. when providing a Subversion server with Trac support for everyone who needs it).
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Seems that #5830 is a duplicate of this ticket.
I submitted ticket #7700 with a patch that kind of implements what you want using a new permission to manage users without splitting the modules (I don't give TRAC_ADMIN permission to project managers, but they can administrate all they need with a set of *_ADMIN permissions).
comment:3 Changed 14 years ago by
Keywords: | permission separation admin added |
---|---|
Owner: | changed from Matt Good to Steffen Hoffmann |
I'll seek to implement both, the permission separation and hiding of admin pages accordingly, if this is not already taken care for by Trac itself.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [9280]) AccountManagerPlugin: Allow acctmgr administration for non-TRAC_ADMINs, closes #3726 and #7700.
With dedicated AccountManagerPlugin permissions now you could not only
delegate AccountManager administration to users without granting them
TRAC_ADMIN
, but even differentiate access policy within these settings
(closes #1902 as well):
ACCTMGR_CONFIG_ADMIN
- for /config and /notificationACCTMGR_USER_ADMIN
- for /usersACCTMGR_ADMIN
- inheriting all without requiringTRAC_ADMIN
Vote for this.