Manual:$wgBotPasswordsDatabase/ru

Category:MediaWiki configuration settings/ru#BotPasswordsDatabaseCategory:MediaWiki configuration settings introduced in version 1.27.0/ru#BotPasswordsDatabaseCategory:MediaWiki configuration settings deprecated in version 1.42.0/ru#BotPasswordsDatabaseCategory:MediaWiki configuration settings still in use/ru#BotPasswordsDatabaseCategory:MediaWiki deprecated or obsolete features/ru#BotPasswordsDatabaseCategory:Permission variables/ru#BotPasswordsDatabase
Доступ: $wgBotPasswordsDatabase
Database name for the bot_passwords table
Введено в версии:1.27.0 (Gerrit change 259066; git #Iaa4015e)
Устарела с версии:1.42.0 (Gerrit change 976765; git #be5593b1)
Удалено в версии:всё ещё используется
Допустимые значения:(string) or false
Значение по умолчанию:false

Details

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).

См. также

Category:MediaWiki configuration settings/ru Category:MediaWiki configuration settings deprecated in version 1.42.0/ru Category:MediaWiki configuration settings introduced in version 1.27.0/ru Category:MediaWiki configuration settings still in use/ru Category:MediaWiki deprecated or obsolete features/ru Category:Permission variables/ru