From 801da8bef6aedf1f9dcb098ef32f237ca0b3ab2c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 4 Jan 2015 13:12:48 +1300 Subject: [PATCH] Clarified module purpose (fixes #25) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4f51b..1231144 100644 --- a/README.md +++ b/README.md @@ -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.