wiki:SimpleCaptchaPlugin

Version 5 (modified by Nicholas Bergson-Shilcock, 16 years ago) (diff)

--

SimpleCaptchaPlugin

Notice: This plugin is unmaintained and available for adoption.

Description

A simple captcha for Trac's AccountManagerPlugin that uses Skimpy Gimpy.

Bugs/Feature Requests

Existing bugs and feature requests for SimpleCaptchaPlugin are here.

If you have any issues, create a new ticket.

Known Issues

This does not work with Safari because it uses Skimpy Gimpy's pre-formatted text captcha which does not render properly.

Download

Download the zipped source from [download:simplecaptchaplugin here].

Source

You can check out SimpleCaptchaPlugin from here using Subversion, or browse the source with Trac.

Example

To use you SimpleCaptchaPlugin you must:

  1. Have patched AccountManagerPlugin to provide the IRegistrationConfirmation extension point using the RegistrationConfirmationPatch.
  1. Add the following to your trac.ini file
[simplecaptcha]
dictionary_file = /path/to/dictionary.txt

where /path/to/dictionary.txt is the path to the text file used to generate the words for the captchas.

Recent Changes

3869 by nicholasbs on 2008-06-19 20:49:10
Initial import.
3868 by nicholasbs on 2008-06-19 20:44:51
New hack SimpleCaptchaPlugin, created by nicholasbs
(more)

Author/Contributors

Originally developed at The Open Planning Project

Author: nicholasbs
Contributors:

Attachments (1)

Download all attachments as: .zip