Skip to content

Commit

Permalink
Add metawiki to wgManageWikiPermissionsAdditionalRights
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Sep 5, 2018
1 parent 6490400 commit 3a0e98c
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions LocalSettings.php
Expand Up @@ -2289,6 +2289,72 @@
'userrights' => true,
),
),
'metawiki' => array(
'autoconfirmed' => array(
'move' => true,
'createpage' => true,
'translate' => true,
),
'confirmed' => array(
'move' => true,
'createpage' => true,
'translate' => true,
'mwoauthproposeconsumer' => true,
'mwoauthupdateownconsumer' => true,
),
'cvt' => array(
'abusefilter-modify-global' => true,
'abusefilter-modify' => true,
'abusefilter-log' => true,
'abusefilter-log-detail' => true,
'abusefilter-modify-restricted' => true,
'abusefilter-view' => true,
'centralauth-lock' => true,
'globalblock' => true,
'block' => true,
),
'flood' => array(
'bot' => true,
),
'proxybot' => array(
'editprotected' => true,
'globalblock' => true,
'block' => true,
'centralauth-lock' => true,
),
'steward' => array(
'abusefilter-modify-global' => true,
'centralauth-lock' => true,
'centralauth-oversight' => true,
'centralauth-rename' => true,
'centralauth-unmerge' => true,
'createwiki' => true,
'managewiki' => true,
'managewiki-restricted' => true,
'noratelimit' => true,
'userrights' => true,
'userrights-interwiki' => true,
),
'sysop' => array(
'interwiki' => true,
'oathauth-enable' => true,
),
'translator' => array(
'translate' => true,
),
'translationadmin' => array(
'pagelang' => true,
'pagetranslation' => true,
'translate-import' => true,
'translate-manage' => true,
),
'user' => array(
'requestwiki' => true,
),
'wikicreator' => array(
'createwiki' => true,
),
),
'weatherwiki' => array(
'steward' => array(
'userrights' => true,
Expand Down

0 comments on commit 3a0e98c

Please sign in to comment.