Extension:Renameuser

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
Renameuser

Release status: stable

SpecialRenameuser.png
Implementation User identity, Special page
Description Special page that allows user accounts to be renamed
Author(s) Ævar Arnfjörð BjarmasonTalk
Last version continuous updates
MediaWiki 1.11+
Database changes no
License GPLv2.0+
Download
CHANGELOG
Added rights

renameuser

Hooks used
ShowMissingArticle

ContributionsToolLinks

Check usage (experimental)
Bugs: list open list all report

Renameuser provides a special page which allows authorized users to rename user accounts. This will cause page histories, etc. to be updated. If you want to rename an account "into" another one, you need the User Merge and Delete extension.

[edit] Installation

  1. Download the files from Git or download a snapshot (select your version of MediaWiki) and place the files under $IP/extensions/Renameuser
  2. Add to the end of LocalSettings.php (MW 1.17+):
    require_once("$IP/extensions/Renameuser/Renameuser.php");
    or add to the end of LocalSettings.php (<MW 1.16):
    require_once("$IP/extensions/Renameuser/SpecialRenameuser.php");
  3. Installation can now be verified through Special:Version on your wiki

[edit] Use

  1. As a bureaucrat, access the Special:Renameuser page
  2. 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 and to create redirects as desired, and click OK

The user will be renamed, and (if the appropriate option was checked) the user page, user talk page and all their subpages will be moved as well.

Note: The ability of this extension to move user subpages does not depend on 'move-subpages' userright. The number of subpages moved is not limited by the $wgMaximumMovedPages parameter. The extension will also move all css, js and move-protected pages.

You can grant other groups the right to rename users, for example:

$wgGroupPermissions['sysop']['renameuser'] = true;

Note Note:

  • In case CentralAuth is installed, you'll get a warning if you try to rename a local user from an account attached to a global account or to a username reserved by a global account; a check box to rename anyway will be provided (this requires caution). At the moment, global account renames must be accomplished by local renames on all attached wikis, possibly followed by an account remerge.
  • You will not be able to rename users to invalid usernames (which doesn't equal usernames which match a blacklist but includes for instance reserved usernames).


Language: English  • 日本語 • 한국어 • Português • Português do Brasil
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox