I just noticed that most of the recent spam on the debconf wiki, comes from new users and talk pages. As I remember if one are not registered user, on edit get the numerical captcha (ConfirmEdit I suppose) if I'm correct we can add:
$wgCaptchaTriggers = array(); ... $wgCaptchaTriggers['createaccount'] = true; // Special:Userlogin&type=signup On ConfirmEdit.php at line 97 (at least on my current svn tree) so to add also captcha when creating a new user. Nearby there are other triggers that maybe useful. Regards. -- The only constant is the change _______________________________________________ Debconf-team mailing list [email protected] http://lists.debconf.org/mailman/listinfo/debconf-team
