Manual:$wgWhitelistAccount/ru

This page is a translated version of the page Manual:$wgWhitelistAccount and the translation is 0% complete.
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 )

Details

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 .