You are here: Home Plone products PloneCaptcha

PloneCaptcha (1.0.2)

1
by olena last modified 2008-05-29
0.0
0.0
0.0
0.0
Released on 2007-01-08 by Partecs Participatory Technologies for Plone 2.1, Zope 2.8 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Plone CAPTCHA can prevent plone web sites from being abused by spam robots. Plone Captcha can be used in signup forms, blog comments etc., Read more about CAPTCHA in http://en.wikipedia.org/wiki/Captcha
Plone CAPTCHA can prevent plone web sites from being abused by spam robots. Plone Captcha can be used in signup forms, blog comments etc.


Read more about CAPTCHA in Wikipedia

This product uses the CAPTCHA service from www.captchas.net. To use this service you should register yourself in www.captchas.net. This is a free service.

Example: see http://your_portal/captcha_test after installing the product.

Features :

  • Prevents site from getting spammed.
  • Change captcha.net username & password from the ZMI
  • Listen to the captcha code with the audio link

[Developed and tested on Zope 2.8.4 & Plone 2.5.x]

Install:

  1. Put this product in to products folder and restart the zope.
  2. Install the product from portal_quickinstaller.

Configuration :

  1. Register yourself in captchas.net.
  2. Put your captchas.net user name and password in config.py file in Products/PloneCaptcha folder. 

How to use:

  1. Include Captcha macro in your controller page templates

    <div metal:use-macro="here/captcha/macros/edit" />

  2. Add the following line in you metadata file of the form

    [validators]
    validators = validate_captcha

Document Actions
Powered by Plone