Manual:$wgWhitelistAccount

This page is a translated version of the page Manual:$wgWhitelistAccount and the translation is 38% complete.
利用者権限、アクセス制御、モニタリング: $wgWhitelistAccount
Types of accounts that can create new users.
導入されたバージョン:1.1.0
除去されたバージョン:1.5.0
許容される値:(キーと真偽値の配列)
既定値: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 .