Captcha field for formlib based on quintagroup.captcha.core package
Project description
Introduction
quintagroup.formlib.captcha is a package that allows to add captcha to zope.formlib. As a result such forms are prevented from automatic submit.
Captchas in a formlib form
Using quintagroup.formlib.captcha in a formlib form is simple. Just add a Captcha field to your schema, and away you go:
>>> from zope.interface import Interface >>> from quintagroup.formlib.captcha.form import Captcha >>> class CaptchaSchema(Interface): ... captcha = Captcha( ... title=_(u'Type the code'), ... description=_(u'Type the code from the picture shown below.'))
and formlib will take care of the rest. The widget associated with this field will render the captcha and verify the use input automatically.
Supported Plone versions
quintagroup.formlib.captcha was tested with Plone 3.0.6, 3.1.7, 3.2.3, 3.3.4.
Changelog
1.2 (2010-04-29)
Clean-up code
Added tests
Add quintagroup.captcha.core, zope.formlib as requirements
1.0 (2009-04-22)
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file quintagroup.formlib.captcha-1.2.tar.gz
.
File metadata
- Download URL: quintagroup.formlib.captcha-1.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a32a4df9e88e3cc7b4ae3a84fa6a20f3c4271d15b1f927a9cdfcd337f0a01cdb |
|
MD5 | 5619ff8a315e210470cbf4bc0fe6f3c4 |
|
BLAKE2b-256 | 891f2d5627c2c74c5e5169e0d47dc296deadbdc9857da895dd901ebd3bf62a63 |
File details
Details for the file quintagroup.formlib.captcha-1.2-py2.4.egg
.
File metadata
- Download URL: quintagroup.formlib.captcha-1.2-py2.4.egg
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 111e1598d0b1a7fe557c9cacd17cfd7a9863f6dc907b6b57ee3818425e9f05b3 |
|
MD5 | c115781e553cb41498c7866e1913faaf |
|
BLAKE2b-256 | 5e536c8fdfaefc1c64dbc427e899793b7cae7cca5c3f0418b46f95f92b06161d |