Extension:ListDuplicateUsers
Appearance
This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.42 by replacing the {{Incompatible }} template with {{Incompatible |version=1.39|pledge=~~~~}} . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
ListDuplicateUsers Release status: unmaintained |
|
---|---|
Implementation | Special page |
Description | Creates a special page that lists duplicate user accounts. |
Author(s) | David Wong (daw5423talk) |
Latest version | 1.0.0 (2020-05-01) |
MediaWiki | 1.26+ |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
listduplicateusers |
|
The ListDuplicateUsers extension creates a special page that lists duplicate user accounts, which are determined by email address.
Installation
[edit]- Download and place the file(s) in a directory called
ListDuplicateUsers
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ListDuplicateUsers' );
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit]Append these lines to the end of the "LocalSettings.php" file, possibly located at "/opt/htdocs/mediawiki/LocalSettings.php":
$wgGroupPermissions['listduplicateusers']['listduplicateusers'] = true;
$wgGroupPermissions['bureaucrat']['listduplicateusers'] = true;