From: Grant Slater Date: Thu, 24 Dec 2015 16:53:07 +0000 (+0000) Subject: Wiki require validated email to edit X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0d60b1108855359598c9ce7c383c1e7a33beb116?ds=sidebyside Wiki require validated email to edit --- diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index 4d0ed1e58..12d3fb167 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -198,6 +198,9 @@ $wgNamespacesWithSubpages[NS_MAIN] = true; $wgEnableDnsBlacklist = true; $wgDnsBlacklistUrls = array( 'proxies.dnsbl.sorbs.net.', 'opm.tornevall.org.', 'xbl.spamhaus.org.' ); +#Redirect validated email to edit +$wgEmailConfirmToEdit = true; + #Disable Hit Counter for Performance $wgDisableCounters = TRUE; #Disable IP in Header to avoid cache issue