Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root / drupal7 / sites / all / modules / captcha @ 620f9137

Name Size Revision Age Author Comment
  image_captcha 620f9137 over 4 years Assos Assos Weekly update of contrib modules
LICENSE.txt 17.7 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
README.txt 1.17 KB f7a2490e over 10 years Assos Assos git mv htmltest drupal7
captcha.admin.inc 25.4 KB 620f9137 over 4 years Assos Assos Weekly update of contrib modules
captcha.inc 16.9 KB a8cee257 almost 5 years Assos Assos Weekly update of contrib modules
captcha.info 436 Bytes 620f9137 over 4 years Assos Assos Weekly update of contrib modules
captcha.install 9.82 KB 81b16cc2 about 7 years Assos Assos Weekly update of contrib modules
captcha.js 1.45 KB 7547bb19 over 7 years Assos Assos Weekly update of contrib modules
captcha.module 35.3 KB 620f9137 over 4 years Assos Assos Weekly update of contrib modules
captcha.test 43.9 KB a8cee257 almost 5 years Assos Assos Weekly update of contrib modules
captcha_api.txt 6.78 KB 00c2605a over 9 years Assos Assos Weekly update of contrib modules

Latest revisions

# Date Author Comment
620f9137 03/04/2020 11:10 PM Assos Assos

Weekly update of contrib modules

a8cee257 10/09/2019 11:39 PM Assos Assos

Weekly update of contrib modules

81b16cc2 09/07/2017 12:17 AM Assos Assos

Weekly update of contrib modules

7547bb19 02/23/2017 12:12 AM Assos Assos

Weekly update of contrib modules

00c2605a 04/01/2015 10:45 PM Assos Assos

Weekly update of contrib modules

ac1bc5de 12/03/2014 10:49 PM Assos Assos

Weekly update of contrib modules

66b5cbf6 07/09/2014 10:29 PM Assos Assos

Weekly update of contrib modules

f7a2490e 02/13/2014 03:56 PM Assos Assos

git mv htmltest drupal7

View revisions

README


Readme file for the CAPTCHA module for Drupal

captcha.module is the basic CAPTCHA module, offering general CAPTCHA
administration and a simple math challenge.

Submodule image_captcha.module offers an image based challenge.

Installation:
Installation is like with all normal drupal modules:
extract the 'captcha' folder from the tar ball to the
modules directory from your website (typically sites/all/modules).

Dependencies:
The basic CAPTCHA module has no dependencies, nothing special is required.

Conflicts/known issues:
CAPTCHA and page caching do not work together currently.
However, the CAPTCHA module does support the Drupal core page
caching mechanism: it just disables the caching of the pages
where it has to put its challenges.
If you use other caching mechanisms, it is possible that CAPTCHA's
won't work, and you get error messages like 'CAPTCHA validation
error: unknown CAPTCHA session ID'.

Configuration:
The configuration page is at admin/config/people/captcha,
where you can configure the CAPTCHA module
and enable challenges for the desired forms.
You can also tweak the image CAPTCHA to your liking.

Also available in: Atom