Manual:$wgBotPasswordsDatabase

From mediawiki.org
This page is a translated version of the page Manual:$wgBotPasswordsDatabase and the translation is 73% complete.
アクセス権: $wgBotPasswordsDatabase
bot_passwords テーブル用のデータベース名
導入されたバージョン:1.27.0 (Gerrit change 259066; git #Iaa4015e)
廃止予定になったバージョン:1.42.0 (Gerrit change 976765; git #be5593b1)
除去されたバージョン:使用中
許容される値:(文字列) または false
既定値:false

詳細

新しいボット認証システムで使用する bot_passwords テーブルのデータベース名を定義します。 テーブル接頭辞付きのデータベースを使用するには、この変数に「{$database}-{$prefix}」を設定します。 「false」を設定すると、通常のデータベースが使用されます。 Note that $wgEnableBotPasswords must be set to "true" (which is the default) for this to work.

The goal of this variable is to support cross-wiki sharing of bot passwords: the bot_passwords table references users by their central IDs so only one instance of the table should exist in the whole wikifarm.

This configuration parameter was introduced in Gerrit change 259066 (タスク T121113).

関連項目