mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
Clarified module purpose (fixes #25)
This commit is contained in:
parent
2df527478e
commit
801da8bef6
@ -8,7 +8,10 @@
|
||||
## 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 1 + 1.
|
||||
forms. It will ask the user to complete an equation such as "three plus seven".
|
||||
|
||||
Note that while the challenge is written in natural language to make it a bit harder to parse for bots,
|
||||
its by no means a comprehensive solution to avoiding spam.
|
||||
|
||||
Includes an EditableMathSpamField to integrate with the UserForms module.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user