Manual:$wgBotPasswordsDatabase/pt

Category:MediaWiki configuration settings/pt#BotPasswordsDatabaseCategory:MediaWiki configuration settings introduced in version 1.27.0/pt#BotPasswordsDatabaseCategory:MediaWiki configuration settings deprecated in version 1.42.0/pt#BotPasswordsDatabaseCategory:MediaWiki configuration settings still in use/pt#BotPasswordsDatabaseCategory:MediaWiki deprecated or obsolete features/pt#BotPasswordsDatabaseCategory:Permission variables/pt#BotPasswordsDatabase
Access: $wgBotPasswordsDatabase
Nome de banco de dados para a tabela bot_passwords
Introduzida na versão:1.27.0 (Gerrit change 259066; git #Iaa4015e)
Descontinuada na versão:1.42.0 (Gerrit change 976765; git #be5593b1)
Removida na versão:ainda em uso
Valores permitidos:(string) or false
Valor por omissão:false

Detalhes

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.

Este parâmetro de configuração esteve introduzido em Gerrit change 259066 (T121113).

Ver também

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