PackageDescription: Blog-ServletsExtensions


Blog - Servlets Extensions

Last published: September 7, 2018 by 'stevek'

Defines 0 Classes
Extends 2 Classes


Extension for Silt's Blog-Servlets package: adds reCAPTCHA v2 checking for blog comments.
Setup instructions:
1) get a reCAPTCHA account from https://www.google.com/recaptcha
2) register a new site for reCAPTCHA v2 to get API keys
3) add the public and private keys to the [configuration] section of webtools.ini as:
reCaptchaPublicKey = ******************************************
reCaptchaPrivateKey = ******************************************
4) for each blog, in both CommentEntry.ssp and CommentEntry2.ssp:
a) add the following before :

b) add the following before the Submit button: