Modify

Opened 14 years ago

Closed 14 years ago

#6546 closed enhancement (fixed)

Permit more than one super user

Reported by: gbisotto@… 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 14 years ago by Álvaro Iradier

Status: newassigned

comment:2 Changed 14 years ago by Álvaro Iradier

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

comment:3 Changed 14 years ago by Álvaro Iradier

Resolution: fixed
Status: assignedclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Álvaro Iradier.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.