Cookbook /
TextCaptcha
Summary: Small and simple text captcha that uses ascii art and no session, cookies and images
Version: 2009-01-29
Status: beta
Maintainer: CarlosAB
Questions answered by this recipe
How can a implement a captcha using just ascii art and no images?
Description
Really simple captcha recipe that doesn't use any image, session, cookies but uses ascii art for a clue of what to type and authorize an edit action.
Download
Notes
I use it in Site.EditForm page, like this:
... $[Author]: (:input e_author:) (:input e_minorcheckbox:) $[This is a minor edit]\\ $[Captcha]: (:input text name=captcharesp value='':)\\ (:input e_savebutton:) (:input e_saveeditbutton:) (:input e_savedraftbutton:) (:input e_previewbutton:) (:input e_cancelbutton:)(:input hidden name=captchapass value={$TextCaptchaPass}:) {$TextCaptchaClue} (:input end:) ...
Release Notes
first release
See Also
Contributors
Comments
User notes +1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.