]> git.openstreetmap.org Git - chef.git/blob - cookbooks/mediawiki/templates/default/mw-ext-DisableAccount.inc.php.erb
7d0b2f4de11be06e2f47c251ba32fc25f6f1ab2c
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-DisableAccount.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3 require_once( $IP.'/extensions/DisableAccount/DisableAccount.php' );
4
5 // Allow bureaucrats to disable users
6 $wgGroupPermissions['bureaucrat']['disableaccount'] = true;