Configure Captcha

By default NADA version 4.1 comes with image captcha and user does not need to make any changes to use image captcha. To use Google Captcha please follow the steps given below:

  1. Open application/config/captcha.php in editor
  2. Change line number 12 as shown in below image
_images/captcha_options.png
  1. Click on above URL to generate Public and Private key URL: http://www.google.com/recaptcha/whyrecaptcha
  2. Click on sign up now
  3. Sign in using your Gmail account
  4. After signed in you will have to enter your URL (Domain URL)
_images/create_google_captcha.png
  1. Click on “enable globel key for all domain
  2. Click on Create Key button
  3. Copy public key and private key from Google Captcha website and inserte it on line number 51 and 52 respectively as shown in below image
_images/pp_key.png
  1. To check the Google catpcha configuration go to register page and look for image as shown in below URL highlighted in Red suqare
_images/varify_captcha.png