Extension:Renameuser
From MediaWiki.org
Renameuser Release status: stable |
|||
---|---|---|---|
![]() |
|||
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 |
Download snapshot
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes CHANGELOG |
||
|
|||
|
|||
Check usage (experimental) |
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
- Download the files from Git or download a snapshot (select your version of MediaWiki) and place the files under $IP/extensions/Renameuser
- 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");
- or add to the end of LocalSettings.php (<MW 1.16):
- Installation can now be verified through Special:Version on your wiki
[edit] 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 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:
- 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).
![]() |
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Language: | English • 日本語 • 한국어 • Português • Português do Brasil |
---|