Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

modCaptacha was written by Geoff Bowers, Daemon for personal use. The code is released under Apache License 2.0.

modCaptcha is a FarCry plugin that adds a formtool field using the LylaCaptcha component for captcha validation. The formtool is attached to a boolean property in your content type.

...

Note

Raise issues and the like at the modCaptcha Project Home

Download

You may check out a read-only working copy anonymously over HTTP:
svn checkout http://modcaptcha.googlecode.com/svn/trunk/ modcaptcha

Installation

Copy all the modCaptcha plugin files to the plugin directory:

...

Then simply reinitialise your application to make the formtool available.

How do I implement the captcha?

The formtool is used just the same as any of the formtools you may be familiar with in v4.0 – just create a boolean property and set the fttype="lylacaptcha". The captcha should be automatically created and managed.

...