= SimpleCaptcha = == Description == A simple captcha for Trac's AccountManagerPlugin that uses Skimpy Gimpy. == Bugs/Feature Requests == Existing bugs and feature requests for SimpleCaptchaPlugin are [report:9?COMPONENT=SimpleCaptchaPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SimpleCaptchaPlugin&owner=nicholasbs new ticket]. == Download == Download the zipped source from [download:simplecaptchaplugin here]. == Source == You can check out SimpleCaptchaPlugin from [http://trac-hacks.org/svn/simplecaptchaplugin here] using Subversion, or [source:simplecaptchaplugin browse the source] with Trac. == Example == To use you SimplecaptchaPlugin you must: 1. Have patched AccountManagerPlugin to provide the IRegistrationConfirmation extension point. 2. 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 == [[ChangeLog(simplecaptchaplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:nicholasbs] [[BR]] '''Contributors:'''