On 06/09/14 03:20, Yudi Wijaya wrote: > - My wiki website ever had attack by Spam Bot, so i want to clean it up > from spam pages.. > - I want to have the best spam protection, i ever implement Google Captcha > but still got alot of spams
My advice is to stop self registration, and just sign up people who have applied to use your wiki. This line appears in my LocalSettings.php $wgGroupPermissions['*']['createaccount'] = false; I also have $wgGroupPermissions['*']['edit'] = false; $wgEmailConfirmToEdit='true'; Gordo _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
