Author: whitwood1986
Description:
Makesysop, as mentioned at [[:mw:Extension:Makesysop]] installs OK, but apparently I have to use
$wgGroupPermissions['bureaucrat']['userrights-interwiki'] = true; in order to get user rights changed on my other wikis:
e.g.
- Admin changed user rights for Testuser1@testwiki from sysop to sysop, checkuser
- Admin changed user rights for Exampleuser@mywiki from sysop, bureaucrat to sysop, bureaucrat, checkuser, oversight
- Admin changed user rights for FooBar@examplewiki from sysop, bureaucrat to sysop, bureaucrat, steward
I find it strange that [[Special:Userrights]] has taken over from [[Special:Makesysop]] to configure cross-wiki permissions change, and also is the line:
$wgGroupPermissions['bureaucrat']['userrights-interwiki'] = true;
needed?? It was far better beforehand, when [[:bug:11645]] showed an error in Makesysop
The MediaWiki page at mediawiki.org says "Special:Makesysop shows the same form in Special:Userrights. In the "user name" field the database name should be added after the account, e.g. MyUser@foowikidb instead of just "MyUser".
I'm trying to copy Wikimedia's setup for my wiki farm: hopefully my report will benefit others here.
Version: 1.12.x
Severity: major