手册:$wgBotPasswordsCluster
Appearance
| 访问: $wgBotPasswordsCluster | |
|---|---|
bot_passwords表的集群名称 |
|
| 引进版本: | 1.27.0 (Gerrit change 267737; git #2257fe42) |
| 弃用版本: | 1.42.0 (Gerrit change 976765; git #be5593b1) |
| 移除版本: | 仍在使用 |
| 允许的值: | (串/布尔) |
| 默认值: | false |
| 其他设置: 按首字母排序 | 按功能排序 | |
细节
启用机器人密码以与新机器人认证系统一起使用。
如果设置为false,则使用常规集群。
请注意,$wgEnableBotPasswords必须设置为true(这是默认值)才能使其生效。
此变量的目标是支持机器人密码的跨维基共享:bot_passwords表通过中央ID引用用户,因此整个维基农场中只应存在一个表的实例。
这个配置参数是在Gerrit change 259066(T121113)中引入的。