Podręcznik:$wgWhitelistAccount
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.5.0. |
| User rights, access control and monitoring: $wgWhitelistAccount | |
|---|---|
| Types of accounts that can create new users. |
|
| Wprowadzono w wersji: | 1.1.0 |
| Usunięto w wersji: | 1.5.0 |
| Dozwolone wartości: | (array of keys and boolean values) |
| Domyślna wartość: | array ( 'user' => 1, 'sysop' => 1, 'developer' => 1 ) |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.