< Manual:$wgBotPasswordsDatabase
| Dostęp: $wgBotPasswordsDatabase | |
|---|---|
| Database name for the bot_passwords table |
|
| Wprowadzono w wersji: | 1.27.0 (Gerrit change 259066; git #Iaa4015e) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (string) or false |
| Domyślna wartość: | false |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.
Ten parametr konfiguracyjny został wprowadzony w Gerrit change 259066 (zadanie T121113).
Zobacz też
- Podręcznik:$wgEnableBotPasswords
- Podręcznik:$wgBotPasswordsCluster
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.