[pmwiki-users] Captcha bug?

Marcus prima at wordit.com
Sun Sep 7 20:15:23 CDT 2008


Can anyone else confirm the following issue with Captcha?

- Captcha always returns true when I add this to config.php, but it's
okay without the condition:

$EnablePostCaptchaRequired = 1;
if (CondAuth($pagename,'edit'))
	$EnablePostCaptchaRequired = 0;
include_once('cookbook/captcha.php');



Marcus



More information about the pmwiki-users mailing list