2010-12-13 01:30:04 +01:00
|
|
|
# Math Spam Protection
|
|
|
|
|
2010-12-13 01:52:56 +01:00
|
|
|
NOTE: this is alpha and not designed for production just yet. Please see the TODO.md
|
|
|
|
file for remaining issues.
|
|
|
|
|
2010-12-13 01:30:04 +01:00
|
|
|
## 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
|
|
|
|
|
2010-12-13 01:55:49 +01:00
|
|
|
* Spam Protection Trunk
|
|
|
|
* SilverStripe Trunk
|
2010-12-13 01:30:04 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
See docs/en/Installing.md
|
|
|
|
|