Ticket #6546 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Permit more than one super user

Reported by: gbisotto@gmail.com Assigned to: airadier
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

Change History

02/08/10 08:15:55 changed by airadier

  • status changed from new to assigned.

02/08/10 13:39:42 changed by airadier

It's not as simple as that, but I'm working on it.

02/08/10 14:01:52 changed by airadier

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7514]) Support for multiple superusers (comma separated). Fixes #6546.


Add/Change #6546 (Permit more than one super user)




Change Properties
Action