OpenWetWare:Software/Extensions/Renameuser
From OpenWetWare
Jump to navigationJump to search
Software/Extensions/Renameusers
from http://www.mediawiki.org/w/index.php?title=Extension:Renameuser&action=edit
Renameuser Release status: stable | |||
---|---|---|---|
File:SpecialRenameuser.png | |||
Implementation | User identity, Special page | ||
Description | Special page allows user accounts to be renamed | ||
Author(s) | Ævar Arnfjörð Bjarmason | ||
MediaWiki | 1.7.0+ | ||
License | No license specified | ||
Download | from Subversion CHANGELOG | ||
|
Renameuser provides a special page which allows authorised users to rename user accounts. This will cause page histories, etc. to be updated.
Requirements
This extension requires MediaWiki version 1.7.0 or greater. Due to the nature of this extension, and its use in production on Wikimedia web sites, it is often updated, and can become incompatible with old versions of the software with little advance warning.
Installation
- Check out all extension files from Subversion, and place them in a Renameuser directory within your MediaWiki extensions directory
- Add the following line to LocalSettings.php:
<source lang="php"> require_once( "{$IP}/extensions/Renameuser/SpecialRenameuser.php" ); </source>
Installation can be verified through the Special:Version page.
Use
- As a bureaucrat, access the Special:Renameuser page
- Enter the name of the user to be renamed, and the desired new name, toggle the options to move user/talk pages and their subpages as desired, and click OK
The user will be renamed.