Recaptcha Register Plugin
Description
This hack adds a reCAPTCHA that the user must pass before registering. You must have the AccountManagerPlugin installed.
Bugs/Feature Requests
Existing bugs and feature requests for RecaptchaRegisterPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out RecaptchaRegisterPlugin from here using Subversion, or browse the source with Trac.
Usage
Install the Account Manager plugin
Please see AccountManagerPlugin page. Make sure you have disabled the RegistrationModule, since you'll be using this registration instead.
Install the recaptcha python module
RecaptchaRegisterPlugin depends on this module. Make sure you install it. If not installed, then trac will not show the RecaptchaRegisterPlugin, and will only show an error if you setup trac's logging.
easy_install recaptcha_client
Install this plugin
easy_install http://trac-hacks.org/svn/recaptcharegisterplugin/0.11
Setup reCAPTCHA
You need to make an account at http://recaptcha.net/ to receive your public and private keys.
Edit your conf/trac.ini file and add these lines, including your public and private reCAPTCHA keys:
[components] recaptcharegister.* = enabled [recaptcha] public_key = private_key =
That should be it! Email me if you have problems.
About
This plugin is being developed for USLA tracs, a service by and for the Free Software Users of Argentina.
It is loosely based on the work of TracRecaptchaPlugin, so it's GPL licensed as well.
Recent Changes
[4915] by alecu on 12/01/08 23:23:02
branching to test some s0undt3ch ideas
[4327] by alecu on 09/23/08 11:18:59
a dependency for recaptcha_client
[4283] by alecu on 09/16/08 13:14:55
the recaptcha is now skinneable
[4254] by alecu on 09/10/08 09:01:23
a first working version
Author/Contributors
Author: alecu
Contributors:
