Revert "Prevent new user registrations except by sysops"

Now that we have a more robust captcha implemented for page edits,
let's allow general account creation again.

This reverts commit 3dc0d18a1c.

Change-Id: Ie68d01980c6a96619878d588ee2b4114d6cc6c7a
This commit is contained in:
Jeremy Stanley 2016-07-19 23:02:55 +00:00
parent 7bb57637af
commit 9c6b74b2f4
1 changed files with 0 additions and 5 deletions

View File

@ -143,11 +143,6 @@ $wgResourceLoaderMaxQueryLength = -1;
# Only allow logged-in users to edit
$wgGroupPermissions['*']['edit'] = false;
# Prevent new user registrations except by sysops
# Create account with OpenID (openid-create-account-with-openid) should not be
# affected
$wgGroupPermissions['*']['createaccount'] = false;
## Content suppression (for *really* nasty spam or DMCA notices)
# Allow sysops to hide revisions/log items from users
$wgGroupPermissions['sysop']['deleterevision'] = true;