= Recaptcha Register Plugin = '''This plugin is still unfinished. Please wait a few more days''' == Description == This hack adds a [http://recaptcha.net/ reCAPTCHA] while a new user is registering. You must have the AccountManagerPlugin installed. == Bugs/Feature Requests == Existing bugs and feature requests for RecaptchaRegisterPlugin are [report:9?COMPONENT=RecaptchaRegisterPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RecaptchaRegisterPlugin&owner=alecu new ticket]. == Download == Download the zipped source from [download:recaptcharegisterplugin here]. == Source == You can check out RecaptchaRegisterPlugin from [http://trac-hacks.org/svn/recaptcharegisterplugin here] using Subversion, or [source:recaptcharegisterplugin browse the source] with Trac. == Usage == === Install the Account Manager plugin === Please see AccountManagerPlugin page. Make sure you have '''disabled''' the [wiki:AccountManagerPlugin#RegistrationModule RegistrationModule], since you'll be using this registration instead. === 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 [http://trac.usla.org.ar 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 == [[ChangeLog(recaptcharegisterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:alecu] [[BR]] '''Contributors:'''