Extension:EditAccount/ja

This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Category:Extensions by WikiTeq/ja Category:Extensions that are potentially dangerous/ja#EditAccount/ja Category:GPL licensed extensions/ja
MediaWiki 拡張機能マニュアル
EditAccount
リリースの状態: 安定Category:Stable extensions/ja
実装 特別ページ Category:Special page extensions/ja
説明 アカウントの詳細の編集やアカウントの無効化をできるようにする
作者 Łukasz Garczewski, Jack Phoenix
メンテナー WikiTeq team
最新バージョン 1.3.4 (2022-12-13)
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.35-1.39Category:Extensions with manual MediaWiki version/ja
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード Category:Extensions in Wikimedia version control/ja
translatewiki.net で翻訳を利用できる場合は、EditAccount 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告
Category:All extensions/ja

The EditAccount extension has two main purposes. One is to change another user's password, real name, or email address. The second is to disable another user's account.

The special page may be limited to a certain user group, such as staff or bureaucrats.

効果

Changing the password

Changing the password will automatically log out the user. Since the password is changed, access to their account can be prevented. This can be an alternative to disabling the user's account.

Disabling an account

Similar to the above, the user will be logged out immediately. Alongside that, the following will take effect:

  • The user's password will be scrambled, preventing them from logging in.
  • The user's email address will be removed, and the email authentication status will be also set to "not authenticated".
  • The user's real name will be "Account Disabled".

Note that the registration date and other preferences info will not be affected.

When viewing the contributions of a disabled user account, a note appears stating, "This account has been disabled." (View example)

All account edits are automatically logged.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のEditAccountという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount
    
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'EditAccount' );
    
  • Configure user group and user right at your convenience.
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

設定

By default, all user groups will only have permission to close their accounts. The user right "editaccount" will have to be set for an existing user group, e.g., "bureaucrat" or for a new user group to allow editing or closing all accounts:

$wgGroupPermissions['bureaucrat']['editaccount'] = true;
$wgGroupPermissions['editaccount']['editaccount'] = true;

ログイン

Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. If needed, this log can be set to private.

記録の例
* 04:41, March 18, 2011 WikiAdmin (Talk | contribs | block) disabled account User:Example user ‎ 
* 02:11, February 17, 2011 StaffMember (Talk | contribs | block) changed password for user User:Jimbo Wales

その他の拡張機能

  • DisableAccount - 管理者が個々のアカウントを無効にできるようにします。
  • UserMerge - 利用者アカウントを統合や削除できるようにします。
  • UserManager - Allows to administrate users.
Category:User access extensions/ja
Category:All extensions/ja Category:Extensions by WikiTeq/ja Category:Extensions in Wikimedia version control/ja Category:Extensions included in Canasta/ja Category:Extensions included in MyWikis/ja Category:Extensions included in ProWiki/ja Category:Extensions included in semantic::core/ja Category:Extensions that are potentially dangerous/ja Category:Extensions which add rights/ja Category:Extensions with manual MediaWiki version/ja Category:GPL licensed extensions/ja Category:Special page extensions/ja Category:Stable extensions/ja Category:User access extensions/ja