Modify ↓
Opened 15 years ago
Closed 15 years ago
#6546 closed enhancement (fixed)
Permit more than one super user
Reported by: | Owned by: | Álvaro Iradier | |
---|---|---|---|
Priority: | normal | Component: | SuperUserPlugin |
Severity: | normal | Keywords: | superuser, more than one |
Cc: | Trac Release: | 0.11 |
Description
Today it's possible to define only one super user in superuserplugin. I think that it's important to define more than one of those.
Suggestion of code modification:
today's code: file: superuser.py: line 31: if username == self.superuser:
suggestion: file: superuser.py: line 31: if username in self.superuser:
than, in trac.ini, the value of attribute "superuser" can be: "user1, user2" in section [superuser].
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It's not as simple as that, but I'm working on it.