thezenmonkey / newrecaptcha
Spam Protector using Google's New 'I am not a robot' reCAPTCHA
Installs: 209
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
Type:silverstripe-module
Requires
This package is auto-updated.
Last update: 2024-10-26 09:50:04 UTC
README
SpamProtector Module that uses Google's new reCaptcha the field. The 'I am not a robot' checkbox.
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
--- 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
To Do
- Enable more robust PHP validation
- Unit Test (if I get around to learning them)