Manual:$wgBotPasswordsCluster
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate>
This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version <tvar name=ver>1.42.0</tvar>.</translate> |
<translate> Access</translate>: $wgBotPasswordsCluster | |
---|---|
Cluster name for the bot_passwords table |
|
<translate> Introduced in version:</translate> | 1.27.0 (Gerrit change 267737; git #2257fe42) |
<translate> Deprecated in version:</translate> | 1.42.0 (Gerrit change 976765; git #be5593b1) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (string/boolean) |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Define the cluster name for the bot_passwords table for use with the new bot authentication system.
If set to "false
", the regular cluster 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 (<translate> task <tvar name=1>T121113</tvar></translate>).