Extension:Sudo

This page is a translated version of the page Extension:Sudo and the translation is 79% complete.
MediaWiki 拡張機能マニュアル
Sudo
リリースの状態: 保守されていない
実装 利用者識別
説明 ウィキ上のsudo使用者が他の利用者のアカウントにログインできるようにします。
作者 Daniel Friesen (Dantmanトーク)
最新バージョン 0.6.0 (2018-06-29)
MediaWiki 1.29+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
  • sudo
Quarterly downloads 3 (Ranked 146th)
translatewiki.net で翻訳を利用できる場合は、Sudo 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

Sudo拡張機能は、ウィキ上のsudo使用者がSpecial:Sudoを使用して他の利用者のアカウントにログインできるようにするものです。 これは、利用者が自分の設定を設定したり、UIの何がログインの影響を受けるかどうかを確認したり、名前の変更を行うのに役立ちます。

Sudo does log use of sudo to transfer to another user's accounts; however, beyond that there is no tracking of what the sudoed user does. 最悪の場合に悪用される可能性があるので、sudo権限を誰に与えるかには注意してください。

インストール

設定

利用者権限「sudo」は、既存の利用者グループ (例:「bureaucrat」(ビューロクラット)) に対して、またはお好みで新しい利用者に対して、設定してください。

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

既知の問題点

See phab:maniphest/query/Uaw4sPCoSHql/#R

関連項目

  • $wgRequirePasswordforEmailChange Allows to change the email using this extension (MW 1.20.x to MW 1.26.x) when set to "false". Starting with MW 1.27.0 it is no longer possible to change the email address of an account without knowing the password with the help of this extension.