[pmwiki-users] Turing Test for pmwiki

Marcus prima at wordit.com
Mon Jul 14 00:50:51 CDT 2008


On Mon, Jul 14, 2008 at 6:55 AM, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> I've gone ahead and updated the Captcha recipe to make this
> slightly simpler.  The new local customization is:


It is working from me in pmwiki-2.2.0-beta65 except the challenge
variable is empty. I checked it is written in the form exactly as in
the script customization. I added your changes to the top of the image
captcha recipe script. The response is there and it also gives the
correct answer. Only there is no challenge to see.

Challenge: {$CaptchaChallenge}
Response: {$CaptchaValue}

(:input form action={*$PageUrl} method=post:)
Enter value: {$CaptchaChallenge} (:input captcha focus=1:)
(:input submit:)
(:input end:)

(:if captcha:)
%green%Captcha succeeded%%
(:else:)
%red%Captcha failed%%
(:ifend:)


Thanks,

Marcus



More information about the pmwiki-users mailing list