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
Requires
This package is auto-updated.
Last update: 2024-10-26 10:04:14 UTC
README
SpamProtector Module that uses TextCaptcha for Spam Protection
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
--- 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