Plone Captchas

quintagroup.plonecaptchas is simple captchas implementation for Plone, designed for validating human input in insecure forms.

Current release
quintagroup.plonecaptchas 2.0.0

Released Jul 16, 2009

Download fileGet Plone Captchas for all platforms (11.1 kB)
quintagroup.plonecaptchas-2.0.0.tar.gz
Download fileGet Plone Captchas for all platforms (34.0 kB)
quintagroup.plonecaptchas-2.0.0-py2.4.egg

Project Description

Plone Captchas

Plone Captchas

quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed for validation of human input in insecure forms. This is a standalone implementation with static captcha images, which does not depend on captchas.net services.

quintagroup.plonecaptchas has dynamic captchas option implemented. You can switch captchas into dynamic mode in the correspondent configlet. In this case, captcha images will be generated on the fly.

Requirements

  • Plone 3.0 and above

For earlier Plone versions - use 1.3.4 version of qPloneCaptchas product for use on forms created with PloneFormMailer product.

Dependency

PIL with Jpeg and FreeType support

Plone Captchas plugs to

  • default Plone discussion mechanism
  • join form
  • send_to form
  • forms created with PloneFormGen

Plone Captchas on PloneFormGen forms

To make captchas work on forms created with PloneFormGen, please use qPloneCaptchaField product:

Installation

See docs/INSTALL.txt for instructions.

If Plone Captchas is expected to be used with Plone Comments product http://quintagroup.com/services/plone-development/products/plone-comments, for proper behavior, you have to install Plone Captchas first, and then Plone Comments.

Authors

The product was developed by Quintagroup team:

  • Volodymyr Cherepanyak
  • Mykola Kharechko
  • Vitaliy Stepanov
  • Bohdan Koval

Contributors

  • Dorneles Tremea

Future features

  • Configuration of captchas images generation (shade, background, colors etc.)

Changelog

2.0.0 - July 15, 2009

  • product was transformed to meet new standards: eggified package
  • compatibility with Plone 3.x added
  • support for earlier Plone versions 2.0.x -2.5.x removed
  • test install/uninstall skins & configlet added

1.3.4 - March 2, 2009

  • Fixed bug in method parseKey [Maik Röder]