Skip to content

helpfulrobot/thezenmonkey-textcaptcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SpamProtection module using TextCaptcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%