2017 © Pedro Peláez
 

silverstripe-module textcaptcha

SpamProtector Module that uses TextCaptcha for Spam Protection

image

thezenmonkey/textcaptcha

SpamProtector Module that uses TextCaptcha for Spam Protection

  • Wednesday, March 23, 2016
  • by thezenmonkey
  • Repository
  • 1 Watchers
  • 3 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TextCaptcha SpamProtecter Module

SpamProtector Module that uses TextCaptcha for Spam Protection, (*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.php, (*2)

---
name: spamprotection
---
FormSpamProtectionExtension:
  default_spam_protector: TextCaptchaProtector
NoCaptchaField:
  ApiKey : '<Your Api 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

  • It still needs to be prettied up to render better in with the UserForm module
  • Unit Test (if I get around to learning them)
  • Composer intigration

The Versions

23/03 2016

dev-master

9999999-dev

SpamProtector Module that uses TextCaptcha for Spam Protection

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe spam protection textcaptcha

05/01 2015

dev-ss3.1

dev-ss3.1

SpamProtector Module that uses TextCaptcha for Spam Protection

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe spam protection textcaptcha