From 9226d078dcc552207b3a103543079183bb22c050 Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Sat, 2 Sep 2017 06:17:01 +0200 Subject: Try to deliberately break auto account creation, to stop spamming. o so that the wiki can be unlocked again o and existing wiki users can work in the wiki again --- deployment/wikis/templates/wiki_settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/wikis') diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index b9da7fb0..3e3ced26 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -7,7 +7,7 @@ $wgGroupPermissions['*']['createpage'] = false; $wgGroupPermissions['*']['writeapi'] = false; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['user']['edit'] = true; -$wgGroupPermissions['*']['autocreateaccount'] = true; +$wgGroupPermissions['*']['autocreateaccount'] = false; $wgScriptPath = "/mw-$wgLanguageCode"; $wgArticlePath = "/$wgLanguageCode/$1"; -- cgit v1.2.1