From 9c6b74b2f49f0d4a998c4c5efb595e0dd7cbe0cb Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 19 Jul 2016 23:02:55 +0000 Subject: [PATCH] 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 3dc0d18a1c51bdea4187dfb066cafa0a6cedd4c8. Change-Id: Ie68d01980c6a96619878d588ee2b4114d6cc6c7a --- templates/Settings.php.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/Settings.php.erb b/templates/Settings.php.erb index ced08a2..1813b5f 100644 --- a/templates/Settings.php.erb +++ b/templates/Settings.php.erb @@ -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;