On Mon, Jul 14, 2008 at 6:55 AM, Patrick R. Michaud <[EMAIL PROTECTED]> 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

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to