Changes between Version 15 and Version 16 of SimpleCaptchaPlugin


Ignore:
Timestamp:
Sep 13, 2016, 6:38:40 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v15 v16  
    55== Description
    66
    7 A simple [http://en.wikipedia.org/wiki/CAPTCHA Captcha] for new user registration using Trac's AccountManagerPlugin that uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]. The plugin requires that AccountManagerPlugin has been patched to include an `IRegistrationConfirmation` extension point by the RegistrationConfirmationPatch.
     7This plugin implements a simple [http://en.wikipedia.org/wiki/CAPTCHA Captcha] for new user registration using Trac's AccountManagerPlugin that uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy] challenges:
     8
     9[[Image(captcha.png, border=2)]]
     10
     11The plugin requires that AccountManagerPlugin has been patched to include an `IRegistrationConfirmation` extension point by the RegistrationConfirmationPatch.
    812
    913An unmaintained version of this plugin that does not require modification to AccountManagerPlugin is [https://svn.openplans.org/svn/trac/CaptchaAuth/ available here].
     
    5357'''Note''': The words must have at least 5 characters, otherwise they are not accepted!
    5458
    55 == Screenshot
    56 
    57 [[Image(captcha.png)]]
    58 
    5959== Recent Changes
    6060