id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6546	Permit more than one super user	gbisotto@gmail.com	airadier	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.\r\n\r\nSuggestion of code modification:\r\n\r\ntoday's code: file: superuser.py: line 31:\r\nif username == self.superuser:\r\n\r\nsuggestion: file: superuser.py: line 31:\r\nif username in self.superuser:\r\n\r\nthan, in trac.ini, the value of attribute "superuser" can be: "user1, user2" in section [superuser].	enhancement	closed	normal	SuperUserPlugin	normal	fixed	superuser, more than one		0.11
