Extension:Sudo/ja
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> <translate> If you are interested in taking on the task of developing and maintaining this extension, [[<tvar name=request>Special:MyLanguage/Gerrit/Privilege policy#Requesting Gerrit privileges</tvar>|you can request repository ownership]].</translate> <translate> As a courtesy, you may want to contact the author.</translate> <translate> You should also remove this template and list yourself as maintaining the extension in the page's <tvar name=extension>{{Extension }}</tvar> infobox.</translate> |
Sudo リリースの状態: 保守されていない |
|
---|---|
実装 | 利用者識別 |
説明 | ウィキ上のsudo使用者が他の利用者のアカウントにログインできるようにします。 |
作者 | Daniel Friesen (Dantmantalk) |
最新バージョン | 0.6.0 (2018-06-29) |
MediaWiki | 1.29+ |
データベースの変更 | いいえ |
ライセンス | ライセンス未指定 |
ダウンロード | |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
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権限を誰に与えるかには注意してください。 It is not longer possible to change the email address of an account without knowing the password with the help of this extension.
インストール
- <translate> [[<tvar name=2>Special:ExtensionDistributor/Sudo</tvar>|Download]] and move the extracted <tvar name=name>
Sudo
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Sudo - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'Sudo' );
- 利用者グループと利用者権限を必要に応じて設定します。
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
設定
利用者権限「sudo」は、既存の利用者グループ (例:「bureaucrat」(ビューロクラット)) に対して、またはお好みで新しい利用者に対して、設定してください。
$wgGroupPermissions['bureaucrat']['sudo'] = true;
$wgGroupPermissions['sudo']['sudo'] = true;
既知の問題点
See phab:maniphest/query/Uaw4sPCoSHql/#R.
File:Wiki-Tools.svg | <translate> This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's software repository.</translate> |
- Pages with script errors
- Pages with broken file links
- Unmaintained extensions/ja
- User identity extensions/ja
- Extensions with manual MediaWiki version
- Extensions with no license specified/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions not in ExtensionJson
- Extensions migrated from Wiki-Tools/ja