Correct version

This commit is contained in:
Will Rossiter 2021-10-07 06:49:28 +13:00 committed by GitHub
parent 68ad231dfd
commit 320e746647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -1,12 +1,5 @@
# Math Spam Protection
## Maintainers
* Will Rossiter (Nickname: willr, wrossiter)
<will at fullscreen dot io>
## Introduction
This module provides a simple math protection mechanism for prevent spam on your
forms. It will ask the user to complete an equation such as "three plus seven".
@ -17,7 +10,7 @@ Includes an EditableMathSpamField to integrate with the UserForms module.
## Requirements
* SilverStripe 3.1
* SilverStripe 4
* Spam Protection
## Install Spam Protection Module