thezenmonkey/textcaptcha

SpamProtector Module that uses TextCaptcha for Spam Protection

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

This package is auto-updated.

Last update: 2024-03-26 08:48:15 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