2017 © Pedro Peláez
 

silverstripe-module newrecaptcha

Spam Protector using Google's New 'I am not a robot' reCAPTCHA

image

thezenmonkey/newrecaptcha

Spam Protector using Google's New 'I am not a robot' reCAPTCHA

  • Saturday, January 17, 2015
  • by thezenmonkey
  • Repository
  • 1 Watchers
  • 1 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

NoCaptcha SpamProtecter Module

SpamProtector Module that uses Google's new reCaptcha the field. The 'I am not a robot' checkbox., (*1)

Requirements

  • SilverStripe 3.1+
  • The SpamProtection Module https://github.com/silverstripe/silverstripe-spamprotection

Installation

Unzip to your project and add the following to your config.yml, (*2)

---
name: spamprotection
---
FormSpamProtectionExtension:
  default_spam_protector: NoCaptchaProtector
NoCaptchaField:
  PublicKey : '<Your Public Key>'
  PrivateKey: '<Your Private Key>'

if you omit the CaptchaAPI it declaration it will default to 'demo' providing you with a smaller subset of questions for testing, (*3)

To Do

  • Enable more robust PHP validation
  • Unit Test (if I get around to learning them)

The Versions

17/01 2015

dev-master

9999999-dev

Spam Protector using Google's New 'I am not a robot' reCAPTCHA

  Sources   Download

GPL-2.0+

The Requires

 

google silverstripe spam recaptcha protection i am not a robot