Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | # Minimum biography specs |
37 | 37 | $wgAccountRequestMinWords = 50; |
38 | 38 | |
39 | | -$wgGroupPermissions['*']['confirmaccount'] = false; |
| 39 | +$wgGroupPermissions['*']['createaccount'] = false; |
40 | 40 | $wgGroupPermissions['bureaucrat']['confirmaccount'] = true; |
41 | 41 | |
42 | 42 | # Internationalisation |