Manual:ボットのパスワード

From mediawiki.org
This page is a translated version of the page Manual:Bot passwords and the translation is 41% complete.
MediaWiki バージョン:
1.27

Bot passwords allow applications or bots to log in with a simple username-password combination even if the wiki employs some extra authorization steps that the bot framework could not handle; they also allow limiting the permissions given to the bot (e.g. the bot might be allowed to edit articles but not to create new ones). ボットのパスワードを使用するクライアントは、API にのみアクセスでき、通常の Web インターフェイスにはアクセスできません。 この機能は、Google のような他のいくつかのサイトが「アプリのパスワード」と呼んでいるものとほぼ同等です。

ボットのパスワードを新たに作成したり、既存のパスワードを Special:BotPasswords で管理できます。 Login happens via the login API module. When the user’s real password changes, bot passwords will not work until they’re reset; Special:BotPasswords will show a warning on each password that hasn’t been reset yet.

This is a simpler alternative to OAuth, meant for bots which do not support that. If the wiki and the bot support OAuth, use that instead; it is more secure, especially on wikis without robust HTTPS support.

関連項目

Related task and commit

Related configuration parameters

データベース テーブル

クラス