Extension:Renameuser
![]() | A request to archive this extension has been made on Phabricator. See タスク T331218 for the archival request and the rationale for the request, and to leave comments about the request. |
![]() リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | 利用者識別 , 特別ページ , フック |
説明 | 利用者のアカウントを改名できる特別ページを提供する |
作者 | Ævar Arnfjörð Bjarmasonトーク |
最新バージョン | continuous updates |
MediaWiki | <= 1.39.x |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | README |
Quarterly downloads | 296 (Ranked 33rd) |
Public wikis using | 2,792 (Ranked 182nd) |
translatewiki.net で翻訳を利用できる場合は、Renameuser 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
RenameUser 拡張機能は、権限を持つ利用者が利用者アカウントを改名できる特別ページを提供します。 この改名によりページの履歴などが更新されます。 If you want to rename an account "into" another, already existing one, you need the User Merge and Delete extension.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のRenameuser
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'Renameuser' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
使用法
- ビューロクラットに所属して、
Special:RenameUser
ページにアクセスします。
- 改名する利用者名と希望する新しい利用者名を入力して、利用者/会話ページとそれらの下位ページを移動させるオプションを切り替え、「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.
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;
注記
- 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).
You should probably use CentralAuth's built-in Special:GlobalRenameUser and Special:GlobalRenameRequest/Special:GlobalRenameQueue.
- 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 ).
- Due to a bug, you can't rename the same account from where you're performing the rename (タスク T267477).
Use the command line maintenance script to do the rename, or use a different account to do the rename.
技術的な注記
This extension introduces and invokes the RenameUserComplete hook to notify other extensions of user renames.
よくある質問
There were so many userpages that it timed out partway through moving them from User:A/subpage... to User:B/subpage... What do I do now?
- You can't fix the situation by immediately trying again to rename User A to User B, because it will simply say "The user 'User A' does not exist." To fix the situation, rename User B back to User A, after unchecking the box "Move user and talk pages (and their subpages) to new name". Then rename User A to User B again, this time leaving the box "Move user and talk pages (and their subpages) to new name" checked. The page moving will resume where it left off.
![]() | この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |
- Stable extensions/ja
- User identity extensions/ja
- Special page extensions/ja
- Hook extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions included in BlueSpice/ja
- Extensions included in Canasta/ja
- Extensions available as Debian packages/ja
- Extensions included in Miraheze/ja
- Extensions included in MyWikis/ja
- Extensions included in ProWiki/ja
- Extensions included in semantic::core/ja
- Extensions included in wiki.gg/ja
- Extensions included in WikiForge/ja
- Extensions included in WikiTide/ja