手册:$wgWhitelistAccount
Jump to navigation
Jump to search
![]() | 此功能在版本1.5.0中已被完全移除。 |
User rights, access control and monitoring: $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 .