Remove these two rights autoreview and torunblocked from mediawiki
authorPaladox <thomasmulhall410@yahoo.com>
Sun, 22 May 2016 15:59:41 +0000 (16:59 +0100)
committerPaladox <thomasmulhall410@yahoo.com>
Sun, 29 May 2016 12:31:24 +0000 (12:31 +0000)
Bug: T134027
Change-Id: I47f064f7e47bb25d9956f7836b3718fd6ede25e6

includes/DefaultSettings.php

index c6d9010..4a9d802 100644 (file)
@@ -5631,7 +5631,6 @@ $wgGrantPermissions = [];
 
 $wgGrantPermissions['basic']['autoconfirmed'] = true;
 $wgGrantPermissions['basic']['autopatrol'] = true;
-$wgGrantPermissions['basic']['autoreview'] = true;
 $wgGrantPermissions['basic']['editsemiprotected'] = true;
 $wgGrantPermissions['basic']['ipblock-exempt'] = true;
 $wgGrantPermissions['basic']['nominornewtalk'] = true;
@@ -5639,7 +5638,6 @@ $wgGrantPermissions['basic']['patrolmarks'] = true;
 $wgGrantPermissions['basic']['purge'] = true;
 $wgGrantPermissions['basic']['read'] = true;
 $wgGrantPermissions['basic']['skipcaptcha'] = true;
-$wgGrantPermissions['basic']['torunblocked'] = true;
 $wgGrantPermissions['basic']['writeapi'] = true;
 
 $wgGrantPermissions['highvolume']['bot'] = true;