Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install plone.formwidget.recaptcha

How to install plone.formwidget.recaptcha

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install plone.formwidget.recaptcha
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0b3 Available View build log
1.0b2 Available View build log
Windows (64-bit)
1.0b3 Available View build log
1.0b2 Available View build log
Mac OS X (10.5+)
1.0b3 Available View build log
1.0b2 Available View build log
Linux (32-bit)
1.0b3 Available View build log
1.0b2 Available View build log
Linux (64-bit)
1.0b3 Available View build log
1.0b2 Available View build log
 
License
GPL
Depended by
Lastest release
version 1.0b3 on Jan 5th, 2011

Introduction

plone.formwidget.recaptcha is a z3c.form ReCaptcha widget for use with Plone. It is a z3c.form re-implementation of the collective.recaptcha package written by David Glick.

Buildout Installation

Add the following code to your buildout.cfg to install plone.formwidget.recaptcha:

[buildout]
...
eggs =
    ...
    plone.formwidget.recaptcha
    ...

...
[instance]
...
zcml =
    ...
    plone.formwidget.recaptcha
...
ReCaptcha setup

In order to use ReCaptcha on your Plone site, you need an account on recaptcha.net. Go to recaptcha.net/whyrecaptcha.html to create an account and to receive your private and public key.

If you don't want to rely on an external service for captcha, you might want to consider using plone.formwidget.captcha instead.

After creating an account, go to the ReCaptcha control panel (your-site/@@recaptcha-settings) and fill in your personal ReCaptcha keys.

Changelog

1.0b3 - 2010-11-18
  • Register browser components for a product browser layer so they don't leak to sites without this product installed. Run the upgrade step if upgrading on a site that already has this product installed. [davisagli]
  • Move to plone.app.discussion-captcha feature declaration to meta.zcml. [timo]
  • Adapt recaptcha view instead of captcha view for validation. [ramon]
1.0b2 - 2010-06-02
  • Updated package metadata and marked this as a Plone add-on. [timo]
  • Declare that plone.formwidget.captcha provides a Captcha field that can be used by plone.app.discussion to add a Captcha field to comment forms. [timo]
1.0b1 - 2009-12-07
  • z3c.autoinclude.plugin added [timo]
1.0a1 - 2009-08-28
  • Initial release [timo]

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.