Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,16 @@ 4 4 5 5 The XWiki project offers several solutions to help fight spam. These are especially useful when XWiki is used as a public site. 6 6 7 += Correct Permissions = 8 + 9 +The first thing to do is to make sure you have not left comments open to anyone since this for sure will get you a lot of spam. 10 + 11 +What you should do is either allow the Comment right only to registered users or at least ask for Captcha for anonymous users (see below). 12 + 13 +Here are some scripts to help you remove comment spam: 14 +* [[extensions:Extension.Remove All Anonymous Comments]] 15 +* [[extensions:Extension.Remove All Comments]] 16 + 7 7 = CAPTCHA = 8 8 9 9 You can enable [[Captchas>>https://en.wikipedia.org/wiki/CAPTCHA]] both on the [[registration screen>>extensions:Extension.Administration Application||anchor="HActivatingcaptchas"]] and for [[comments>>extensions:Extension.Administration Application||anchor="HRights"]]. ... ... @@ -34,4 +34,8 @@ 34 34 * Ability to prevent spam from being entered (by filtering on keywords) 35 35 * UI to easily remove spam content and all content entered by some given user 36 36 47 += Others = 37 37 49 +* [[extensions:Extension.Delete Spam Users]] 50 + 51 +