Changes between Version 16 and Version 17 of SimpleCaptchaPlugin


Ignore:
Timestamp:
May 14, 2022, 6:03:42 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v16 v17  
    55== Description
    66
    7 This 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:
     7This plugin implements a simple [wikipedia:CAPTCHA Captcha] for new user registration using Trac's AccountManagerPlugin that uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy] challenges:
    88
    99[[Image(captcha.png, border=2)]]
     
    1313An unmaintained version of this plugin that does not require modification to AccountManagerPlugin is [https://svn.openplans.org/svn/trac/CaptchaAuth/ available here].
    1414
    15 See also: CaptchaAuthPlugin
     15Note that skimpyGimpy itself is BSD-licensed.
     16
     17See also: CaptchaAuthPlugin, CaptchaAuthPlusPlugin, both of which also implement skimpyGimpy.
    1618
    1719== Bugs/Feature Requests
     
    5355}}}
    5456
    55  where /path/to/dictionary.txt is the path to the text file used to generate the words for the CAPTCHAs. If you do not provide your own dictionary file, the plugin will download the dictionary file [http://java.sun.com/docs/books/tutorial/collections/interfaces/examples/dictionary.txt here] on startup.
     57 where /path/to/dictionary.txt is the path to the text file used to generate the words for the CAPTCHAs. If you do not provide your own dictionary file, the plugin will download [[http://java.sun.com/docs/books/tutorial/collections/interfaces/examples/dictionary.txt Sun's default dictionary file] on startup.
    5658
    57 '''Note''': The words must have at least 5 characters, otherwise they are not accepted!
     59'''Note''': The words that skimpyGimpy generates must consist of at least 5 characters, otherwise they are not accepted!
    5860
    5961== Recent Changes