Spam

From Wikimedia UK
Revision as of 19:05, 15 August 2022 by TheresNoTime (talk | contribs) (Created page with "Carrying on from this Engine room discussion: == LocalSettings.php == ''From mw:Manual:Combating vandalism#Restrict editing'' Add the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Carrying on from this Engine room discussion:

LocalSettings.php

From mw:Manual:Combating vandalism#Restrict editing

Add the following to LocalSettings.php:

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

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

Extensions

From: mw:Manual:Combating spam

We should then install/enable: