Difference between revisions of "Enabling ReCaptcha"

(Created page with "==Overview== ReCaptcha is a system normally used to protect sites from bots to register as a user. Below is an example screenshot of ReCaptcha [[File:Security recaptcha0.jpg]...")
 
(Overview)
Line 1: Line 1:
==Overview==
+
===Overview===
ReCaptcha is a system normally used to protect sites from bots to register as a user. Below is an example screenshot of ReCaptcha
+
ReCaptcha is a system normally used to protect sites from bots trying to register as a user. Below is a sample screenshot of ReCaptcha:
  
[[File:Security recaptcha0.jpg]]
+
::: [[File:Security recaptcha0.jpg]]
  
 
===Setting Up===
 
===Setting Up===
To start enabling recaptcha into your jomsocial site, please do the following
 
# Sign up for your jomsocial site domain at [http://www.google.com/recaptcha recaptcha's site].
 
# Open up JomSocial backend's Configuration.
 
# Scroll down to Registrations.
 
[[File:Security recaptcha1.jpg]]
 
# Enable ReCaptcha and key in the public and private keys acquired during ReCaptcha's registration.
 
# For SSL sites, choose 'Yes' for "Enable secure mode for Recaptcha".
 
  
====Word or two on ReCaptcha====
+
To start enabling ReCaptcha in your JomSocial site:
Many people will give good arguments for using ReCaptcha to prevent spambots to register on the site, however, if jomSocial registration flow is the [[JomSocialRedirect|only way for users to register on the site]], and you use [[Custom Profile Fields]], you will most likely do just fine without ReCaptcha as there is no way for spambots to guess all the custom profile fields you set, specially if you use combo of dropdowns, checkboxes, multiple selects etc...
+
 
 +
# Sign up for your JomSocial site domain at [http://www.google.com/recaptcha recaptcha's site].
 +
# Open up JomSocial's Backend Configuration.
 +
# Scroll down to '''Registrations'''.
 +
::: [[File:Security recaptcha1.jpg]]
 +
# Enable ReCaptcha and input the public and private keys acquired during ReCaptcha's registration.
 +
# For SSL sites, choose '''Yes''' to '''Enable secure mode for Recaptcha'''.
 +
 
 +
{{alert|<strong>Note:</strong> Many people will provide good arguments for using ReCaptcha to prevent spambots from registering on the site; however, if the JomSocial registration flow is the [[JomSocialRedirect|only way for users to register on the site]], and you use [[Custom Profile Fields]], you will most likely do just fine without ReCaptcha since there is no way for spambots to guess all of the custom Profile Fields you set, especially if you use a combination of dropdowns, checkboxes, multiple selects, etc..|alert-info}}

Revision as of 01:20, 9 March 2013

Overview

ReCaptcha is a system normally used to protect sites from bots trying to register as a user. Below is a sample screenshot of ReCaptcha:

Security recaptcha0.jpg

Setting Up

To start enabling ReCaptcha in your JomSocial site:

  1. Sign up for your JomSocial site domain at recaptcha's site.
  2. Open up JomSocial's Backend Configuration.
  3. Scroll down to Registrations.
Security recaptcha1.jpg
  1. Enable ReCaptcha and input the public and private keys acquired during ReCaptcha's registration.
  2. For SSL sites, choose Yes to Enable secure mode for Recaptcha.
Note: Many people will provide good arguments for using ReCaptcha to prevent spambots from registering on the site; however, if the JomSocial registration flow is the only way for users to register on the site, and you use Custom Profile Fields, you will most likely do just fine without ReCaptcha since there is no way for spambots to guess all of the custom Profile Fields you set, especially if you use a combination of dropdowns, checkboxes, multiple selects, etc..