Changes between Initial Version and Version 1 of RecaptchaRegisterPlugin


Ignore:
Timestamp:
Sep 10, 2008, 12:34:37 PM (16 years ago)
Author:
Alejandro J. Cura
Comment:

New hack RecaptchaRegisterPlugin, created by alecu

Legend:

Unmodified
Added
Removed
Modified
  • RecaptchaRegisterPlugin

    v1 v1  
     1= RecaptchaRegister Plugin =
     2
     3== Description ==
     4
     5This hack adds a [http://recaptcha.net/ reCAPTCHA] while a new user is registering. You must have the AccountManagerPlugin installed and registration enabled.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for RecaptchaRegisterPlugin are
     10[report:9?COMPONENT=RecaptchaRegisterPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=RecaptchaRegisterPlugin&owner=alecu new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:recaptcharegisterplugin here].
     18
     19== Source ==
     20
     21You can check out RecaptchaRegisterPlugin from [http://trac-hacks.org/svn/recaptcharegisterplugin here] using Subversion, or [source:recaptcharegisterplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25== Install the Account Manager plugin ==
     26
     27Please see AccountManagerPlugin page. Make sure you have enabled the [wiki:AccountManagerPlugin#RegistrationModule RegistrationModule].
     28
     29== Setup reCAPTCHA ==
     30
     31You need to make an account at http://recaptcha.net/ to receive your public and private keys.
     32
     33Edit your conf/trac.ini file and add these lines, including your public and private reCAPTCHA keys:
     34
     35{{{
     36[components]
     37recaptcharegister.* = enabled
     38
     39[recaptcha]
     40public_key =
     41private_key =
     42}}}
     43
     44That should be it! Email me if you have problems.
     45
     46== About ==
     47
     48This plugin is being developed for [http://trac.usla.org.ar USLA tracs], a service of the Free Software Users of Argentina.
     49
     50It is based on the work of TracRecaptchaPlugin, so it's GPL licensed as well.
     51
     52== Recent Changes ==
     53
     54[[ChangeLog(recaptcharegisterplugin, 3)]]
     55
     56== Author/Contributors ==
     57
     58'''Author:''' [wiki:alecu] [[BR]]
     59'''Contributors:'''