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
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