thezenmonkey/textcaptcha

SpamProtector Module that uses TextCaptcha for Spam Protection

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Open Issues: 0

Type:silverstripe-module

pkg:composer/thezenmonkey/textcaptcha

dev-master 2016-03-23 01:30 UTC

This package is auto-updated.

Last update: 2025-09-26 12:01:26 UTC


README

SpamProtector Module that uses TextCaptcha for Spam Protection

Requirements

Installation

Unzip to your project and add the following to your _config.php

---
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

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