Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -88,7 +88,10 @@ |
89 | 89 | $wgFileStore['accountcreds']['url'] = null; // Private |
90 | 90 | $wgFileStore['accountcreds']['hash'] = 3; |
91 | 91 | |
| 92 | +# Restrict account creation |
92 | 93 | $wgGroupPermissions['*']['createaccount'] = false; |
| 94 | +$wgGroupPermissions['user']['createaccount'] = false; |
| 95 | +# Grant account queue rights |
93 | 96 | $wgGroupPermissions['bureaucrat']['confirmaccount'] = true; |
94 | 97 | # This right has the request IP show when confirming accounts |
95 | 98 | $wgGroupPermissions['bureaucrat']['requestips'] = true; |