Extension:BatchUserRights
From MediaWiki.org
BatchUserRights Release status: stable |
|||
---|---|---|---|
Implementation | Special page, User rights | ||
Description | Allows adding one or more users to a group or more groups in one action | ||
Author(s) | Sean Colombo | ||
Latest version | 1.1 | ||
MediaWiki | ? - 1.17+ | ||
License | No license specified | ||
Download | |||
|
|||
Translate the BatchUserRights extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
This extension allows adding one or more users to several groups in one action.
Installation[edit | edit source]
To install this extension, add the following to LocalSettings.php:
require_once ( "$IP/extensions/BatchUserRights/BatchUserRights.php" ); // $wgGroupPermissions['bureaucrat']['batchuserrights'] = false; # right already given by default, set this to remove permission // User groups which can be added through Special:BatchUserRights // Example $wgBatchUserRightsGrantableGroups = array( 'bot', 'sysop', );