Last modified: 2010-05-15 15:37:41 UTC
Special:Listusers is kind of useless with the user level management. Basicly each user is assigned to a group. Need to filter out the default 'loggedin user' group and show special groups instead.
Probably fixed enough in cvs. * Group is shown instead of rights. * Filter per group. * Search by exact username match
Still need to find a way to concatenate by user. Mysql 4.1 offer a group_concat function but it is not available in previous version :(
bump to 1.5
Hacked around and fixed it.