Changes between Version 5 and Version 6 of ProtectionFromSpam


Ignore:
Timestamp:
Nov 20, 2007, 4:07:51 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtectionFromSpam

    v5 v6  
    33
    44== Preventing automated participant profile creation ==
    5 
     5=== Using reCAPTCHA ===
    66User profiles may be used by automated bots for advertisements. To prevent automation, [http://recaptcha.net/ reCAPTCHA] system can be used. For every profile modification it displays an image containing two words that the user needs to input. While the image is quite easily solvable by human visitors, automated systems have problems solving the CAPTCHA image, and are therefore denied access.
    7 
    8 === Enabling reCAPTCHA ===
    97
    108In order to use reCAPTCHA, you have to register your web site on [http://recaptcha.net/] and acquire a set of keys. Once the web site is registered, you need to add your keys to config.xml:
    119    `<recaptcha_public_key>Alphanumeric string</recaptcha_public_key>`[[BR]]
    1210    `<recaptcha_private_key>Alphanumeric string</recaptcha_private_key>`
     11
     12=== Minimum credit ===
     13You may also require a minimum amount of credit to create or edit a profile.
     14To do so, put a <profile_min_credit> element in your config.xml file
    1315
    1416== Protecting message boards from spam ==