Changes between Version 7 and Version 8 of RecaptchaRegisterPlugin


Ignore:
Timestamp:
Sep 23, 2008, 3:26:22 PM (15 years ago)
Author:
Alejandro J. Cura
Comment:

the recaptcha client module for python must be installed

Legend:

Unmodified
Added
Removed
Modified
  • RecaptchaRegisterPlugin

    v7 v8  
    2525
    2626Please see AccountManagerPlugin page. Make sure you have '''disabled''' the [wiki:AccountManagerPlugin#RegistrationModule RegistrationModule], since you'll be using this registration instead.
     27
     28=== Install the recaptcha python module ===
     29
     30{{{
     31easy_install recaptcha_client
     32}}}
     33
     34=== Install this plugin ===
     35
     36{{{
     37easy_install http://trac-hacks.org/svn/recaptcharegisterplugin/0.11
     38}}}
    2739
    2840=== Setup reCAPTCHA ===