reCAPTCHA

reCAPTCHA is free CAPTCHA service that helps to digitize books, newspapers and old time radio shows. This service is provided by google. Widget Framework is using reCAPTCHA in comments widget, contactForm widget.

To use reCAPTCHA on your site you must have a public key and a private key. You have to register in https://www.google.com/recaptcha/admin/create using your domain to get the keys. You have to add those keys in captcha configuration file which is com.escenic.framework.captcha.ReCaptchaConfig.properties. If the path does not exist create the path. Content of the ReCaptchaConfig.properties file should be:

$class=com.escenic.framework.captcha.ReCaptchaConfig
          publicKey=
          privateKey= 

You have to add public key in publicKey field and private key in privateKey field. If you don't use correct public and private key provided by reCAPTCHA based on your domain name then captcha will not be generated.