mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
26 lines
526 B
Markdown
26 lines
526 B
Markdown
# Math Spam Protection
|
|
|
|
NOTE: this is alpha and not designed for production just yet. Please see the TODO.md
|
|
file for remaining issues.
|
|
|
|
## Maintainers
|
|
|
|
* Will Rossiter (Nickname: willr, wrossiter)
|
|
<will at silverstripe dot com>
|
|
|
|
## Introduction
|
|
|
|
This module provides a simple math protection mechanism for prevent spam from your forms.
|
|
|
|
Includes an EditableMathSpamField to integrate with the UserForms module.
|
|
|
|
## Requirements
|
|
|
|
* Spam Protection Trunk
|
|
* SilverStripe Trunk
|
|
|
|
## Installation
|
|
|
|
See docs/en/Installing.md
|
|
|