Manual:$wgWhitelistAccount
Appearance
この機能は、バージョン 1.5.0 で完全に除去されました。 |
利用者権限、アクセス制御、モニタリング: $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 .