Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 780 Bytes

readme.md

File metadata and controls

25 lines (21 loc) · 780 Bytes

TextCaptcha SpamProtecter Module

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