opi d9afcecc80 [up] captcha 7.x-1.5 il y a 7 ans
..
image_captcha d9afcecc80 [up] captcha 7.x-1.5 il y a 7 ans
.gitignore 4fdf2fff80 Commit initial. Etat de la prod au 21/11/2016 il y a 8 ans
LICENSE.txt 4fdf2fff80 Commit initial. Etat de la prod au 21/11/2016 il y a 8 ans
README.txt 4fdf2fff80 Commit initial. Etat de la prod au 21/11/2016 il y a 8 ans
captcha.admin.inc 9f876533b4 [up] Captcha 7.x-1.4 il y a 8 ans
captcha.inc 9f876533b4 [up] Captcha 7.x-1.4 il y a 8 ans
captcha.info d9afcecc80 [up] captcha 7.x-1.5 il y a 7 ans
captcha.install d9afcecc80 [up] captcha 7.x-1.5 il y a 7 ans
captcha.js 9f876533b4 [up] Captcha 7.x-1.4 il y a 8 ans
captcha.module 9f876533b4 [up] Captcha 7.x-1.4 il y a 8 ans
captcha.test 9f876533b4 [up] Captcha 7.x-1.4 il y a 8 ans
captcha_api.txt 4fdf2fff80 Commit initial. Etat de la prod au 21/11/2016 il y a 8 ans

README.txt

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.