From 3324432b62fd775b2e69d36ab66d24b8a8874e21 Mon Sep 17 00:00:00 2001 From: hkreuter Date: Wed, 23 Mar 2016 12:32:27 +0100 Subject: [PATCH] Update README.rst --- README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa0c7c9..409c8f2 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,19 @@ Simple captcha module ===================== -This module provides a simple captcha challenge (distorted characters). +This module provides a simple captcha ("Completely Automated Public Turing test to tell Computers and Humans Apart") +challenge (distorted characters in an image). + +It is used to ensure that only a user who can read the distorted characters and enter them in the related input field +can submit the following forms: + - contact + - invite + - pricealarm + - suggest + +The captcha module then validates the submitted value against the expected one and then decides whether to process the +request (e.g. send contact mail to shop administrator) or refuse and show an error message instead. + Installation ------------