Plone Captchas
Plone Captchas (qPloneCaptchas) is a simple captchas implementation for Plone, designed for validation of human input in insecure forms.
Current release
Plone Captchas 1.3.4
Released Mar 31, 2009 — tested with Plone 3
Bugfix release for Plone 3: bug in method parseKey fixed.
More about this release…
Get
Plone Captchas
for
all platforms
(506kB)
- Product Package
Project Description
qPloneCaptchas is simple captchas implementation for Plone, designed for validation human input in insecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services.
Starting from version 1.0 dynamic captchas option implemented. You can switch captchas into dynamic mode in correspondent configlet. In this case captcha images will be generated on the fly.
Usage
Plone Captchas plugs to:
- default Plone discussion mechanism
- PloneFormMailer anonymous contact forms
Screencast
You can visit Plone Captchas Screencasts to see how to use this products on your Plone instance.Installation
If qPloneCaptchas is expected to be used with
PloneFormMailer please make sure that qPloneCaptchas installed only
after the product.
Integration with custom forms
Please refer to discussion or PloneFormMailer integration code in corespondent skin layer.
- insert captchas macro in your form like:
<div metal:use-macro="here/captcha_widget/macros/captcha"></div>
- add captcha_validator to the list of validators of your form submitting controller python script like:
[validators] validators=captcha_validator
