Manual:$wgBotPasswordsDatabase/es

Category:MediaWiki configuration settings/es#BotPasswordsDatabaseCategory:MediaWiki configuration settings introduced in version 1.27.0/es#BotPasswordsDatabaseCategory:MediaWiki configuration settings deprecated in version 1.42.0/es#BotPasswordsDatabaseCategory:MediaWiki configuration settings still in use/es#BotPasswordsDatabaseCategory:MediaWiki deprecated or obsolete features/es#BotPasswordsDatabaseCategory:Permission variables/es#BotPasswordsDatabase
Acceso: $wgBotPasswordsDatabase
Nombre de la base de datos para la tabla bot_passwords
Introducido en la versión:1.27.0 (Gerrit change 259066; git #Iaa4015e)
Desaconsejado en versión:1.42.0 (Gerrit change 976765; git #be5593b1)
Eliminado en la versión:aún se usa
Valores permitidos:(string) or false
Valor predeterminado:false

Detalles

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 configuración estuvo introducido en Gerrit change 259066 (T121113).

Véase también

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