Skip to main content

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.

Authors

  • Vitaliy Podoba

  • Andriy Mylenkyi

  • Vitaliy Stepanov

Copyright (c) “Quintagroup”: http://quintagroup.com, 2004-2010

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

quintagroup.formlib.captcha-1.2.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

quintagroup.formlib.captcha-1.2-py2.4.egg (13.4 kB view details)

Uploaded Source

File details

Details for the file quintagroup.formlib.captcha-1.2.tar.gz.

File metadata

File hashes

Hashes for quintagroup.formlib.captcha-1.2.tar.gz
Algorithm Hash digest
SHA256 a32a4df9e88e3cc7b4ae3a84fa6a20f3c4271d15b1f927a9cdfcd337f0a01cdb
MD5 5619ff8a315e210470cbf4bc0fe6f3c4
BLAKE2b-256 891f2d5627c2c74c5e5169e0d47dc296deadbdc9857da895dd901ebd3bf62a63

See more details on using hashes here.

File details

Details for the file quintagroup.formlib.captcha-1.2-py2.4.egg.

File metadata

File hashes

Hashes for quintagroup.formlib.captcha-1.2-py2.4.egg
Algorithm Hash digest
SHA256 111e1598d0b1a7fe557c9cacd17cfd7a9863f6dc907b6b57ee3818425e9f05b3
MD5 c115781e553cb41498c7866e1913faaf
BLAKE2b-256 5e536c8fdfaefc1c64dbc427e899793b7cae7cca5c3f0418b46f95f92b06161d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page