Manual:$wgBotPasswordsDatabase
Jump to navigation
Jump to search
アクセス権: $wgBotPasswordsDatabase | |
---|---|
Database name for the bot_passwords table |
|
導入されたバージョン: | 1.27.0 |
除去されたバージョン: | 使用中 |
許容される値: | (文字列) または false |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
Define the database name for the bot_passwords table for use with the new bot authentication system.
To use a database with a table prefix, set this variable to "{$database}-{$prefix}
".
If set to "false
", the regular database will be used.
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).