Changes between Version 9 and Version 10 of SimpleCaptchaPlugin


Ignore:
Timestamp:
Jun 19, 2008, 10:29:05 PM (16 years ago)
Author:
Nicholas Bergson-Shilcock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v9 v10  
    1717== Known Issues ==
    1818
    19 This does not work with Safari because it uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]'s pre-formatted text CAPTCHA which does not render properly.
     19This plugin does not work with Safari because it uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]'s pre-formatted text CAPTCHA which does not render properly.
    2020
    2121== Download ==
     
    2929== Example ==
    3030
    31 To use you SimpleCaptchaPlugin you must:
     31To use you SimpleCaptchaPlugin you should:
    3232
    3333 1. Have patched AccountManagerPlugin to provide the IRegistrationConfirmation extension point using the RegistrationConfirmationPatch.
     
    4040}}}
    4141
    42 where /path/to/dictionary.txt is the path to the text file used to generate the words for the CAPTCHAs.
     42where /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.
     43
     44Here's a screenshot of the SimpleCaptchaPlugin in action:
    4345
    4446[[Image(captcha.png)]]