Manual:$wgBotPasswordsCluster
Appearance
Outdated translations are marked like this.
Deprecated: Esta característica obsoleta no debe seguir siendo utilizada, aunque sigue estando disponible por razones de retrocompatibilidad. |
Acceso: $wgBotPasswordsCluster | |
---|---|
Nombre de grupo para la tabla de contraseña_de_bot |
|
Introducido en la versión: | 1.27.0 (Gerrit change 267737; git #2257fe42) |
Desaconsejado en versión: | 1.42.0 (Gerrit change 976765; git #be5593b1) |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (cuerda/booleano) |
Valor predeterminado: | false |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.
Este parámetro de configuración estuvo introducido en Gerrit change 259066 (task T121113).