Spam

From Wikimedia UK
Jump to navigation Jump to search

Carrying on from this Engine room discussion:

LocalSettings.php (done)

Add the following to LocalSettings.php:

$wgApplyIpBlocksToXff = true;

# Set AutoConfirmAge and AutoConfirmCount
$wgAutoConfirmAge = 432000; // five days
$wgAutoConfirmCount = 20;

# Force people to register before they are allowed to edit
$wgGroupPermissions['*']['edit'] = false;
$wgShowIPinHeader = false;

# Prevent account creation
$wgGroupPermissions['*']['createaccount'] = false; // temporary

See also:

Extensions

From: mw:Manual:Combating spam

We should then install/enable: