手册:$wgWhitelistAccount
此功能已在版本1.5.0中完全移除。 |
用户权限、访问控制和监视: $wgWhitelistAccount | |
---|---|
Types of accounts that can create new users. |
|
引进版本: | 1.1.0 |
移除版本: | 1.5.0 |
允许的值: | (array of keys and boolean values) |
默认值: | array ( 'user' => 1, 'sysop' => 1, 'developer' => 1 ) |
其他设置: 按首字母排序 | 按功能排序 |
细节
Types of accounts that can create new users. (1 for true, 0 for false)
- It's not 100% safe, there could be security hole using that one. Use at your own risks.
This setting was deprecated in version 1.5.0, and replaced by $wgGroupPermissions .