Manual:$wgWhitelistAccount
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.5.0. |
| User Access: $wgWhitelistAccount | |
|---|---|
| Types of accounts that can create new users. |
|
| Introduced in version: | 1.1.0 |
| Removed in version: | 1.5.0 |
| Allowed values: | array of keys and boolean values |
| Default value: | array ( 'user' => 1, 'sysop' => 1, 'developer' => 1 ) |
Other settings: Alphabetical | By Function
[edit] 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.
| Language: | English • Русский |
|---|