Page MenuHomeMiraheze

Some wikis do not have addgroup/removegroup permission settings
Closed, ResolvedPublic

Description

differenthistorywiki is the second case of a wiki not having any assigned ability to add or remove groups that I have seen tonight. The first being terribletvshowswiki. I think the issue might be more prevalent, and should be dealt with as soon as possible. It may be helpful to let users know that they can deal with it themselves, but I think it would be better to handle it by ourselves.

I wonder if the issue could be caused by the wikis having special user group configuration due to extensions, but that doesn't make sense.

userrightsbug.PNG (312×1 px, 75 KB)

Event Timeline

Void triaged this task as High priority.Sep 12 2018, 04:32
Void created this task.

It’ll be a database issue not ManageWiki.

Impact can be viewed by

SELECT perm_dbname FROM mw_permissions WHERE perm_group = ‘sysop’ AND perm_addgroups = ‘[]’;

A newly created wiki doesn’t have the issue. So it seems like the wikis created in the past 2-3 days only have the issue.

So this will be a quick fix by someone with access of just populating the add/removes from the default entries

John claimed this task.

MariaDB [metawiki]> SELECT perm_dbname FROM mw_permissions WHERE perm_group = 'bureaucrat' AND perm_addgroups = '[]';
Empty set (0.06 sec)

Means the case you're describing is no longer the case. Unsure if resolved but all bureaucrats have addgroup values not null