Changes between Version 13 and Version 14 of SimpleCaptchaPlugin


Ignore:
Timestamp:
Apr 19, 2015, 12:44:54 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v13 v14  
    1 = Simple CAPTCHA for new user registration =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Simple CAPTCHA for new user registration
     4
     5== Description
    46
    57A 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.
     
    79An unmaintained version of this plugin that does not require modification to AccountManagerPlugin is [https://svn.openplans.org/svn/trac/CaptchaAuth/ available here].
    810
    9 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1012
    1113Existing bugs and feature requests for SimpleCaptchaPlugin are
     
    1517[http://trac-hacks.org/newticket?component=SimpleCaptchaPlugin&owner=nicholasbs new ticket].
    1618
    17 == Known Issues ==
     19[[TicketQuery(component=SimpleCaptchaPlugin&group=type,format=progress)]]
    1820
    19 This 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.
     21== Known Issues
    2022
    21 == Download ==
     23This plugin does not work with the Safari browser, because it uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]'s pre-formatted text CAPTCHA, which does not render properly.
     24
     25== Download
    2226
    2327Download the zipped source from [download:simplecaptchaplugin here].
    2428
    25 == Source ==
     29== Source
    2630
    2731You can check out SimpleCaptchaPlugin from [http://trac-hacks.org/svn/simplecaptchaplugin here] using Subversion, or [source:simplecaptchaplugin browse the source] with Trac.
    2832
    29 == Example ==
     33== Example
    3034
    3135To use you SimpleCaptchaPlugin you should:
    3236
    3337 1. Have patched AccountManagerPlugin to provide the IRegistrationConfirmation extension point using the RegistrationConfirmationPatch.
     38 1. Add the following to your `trac.ini` file:
    3439
    35  2. Add the following to your trac.ini file
    36 
    37 {{{
     40 {{{#!ini
    3841[simplecaptcha]
    3942dictionary_file = /path/to/dictionary.txt
    4043}}}
    4144
    42 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.
     45 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.
    4346
    44 ATTENTION! The words must have at least 5 chars, otherwise they are not accepted!
     47'''Note''': The words must have at least 5 characters, otherwise they are not accepted!
    4548
    46 Here's a screenshot of the SimpleCaptchaPlugin in action:
     49'''Screenshot''':
    4750
    4851[[Image(captcha.png)]]
    4952
    50 == Recent Changes ==
     53== Recent Changes
    5154
    5255[[ChangeLog(simplecaptchaplugin, 3)]]
    5356
    54 == Author/Contributors ==
     57== Author/Contributors
    5558
    5659''Originally developed at [http://openplans.org The Open Planning Project]''
    5760
    5861'''Author:''' [wiki:nicholasbs] [[BR]]
     62'''Maintainer:''' [[Maintainer]] [[BR]]
    5963'''Contributors:''' [wiki:k0s]