source: sipes/modules_contrib/captcha/README.txt @ 1e95969

stableversion-3.0
Last change on this file since 1e95969 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 1.2 KB
Línea 
1Readme file for the CAPTCHA module for Drupal
2---------------------------------------------
3
4captcha.module is the basic CAPTCHA module, offering general CAPTCHA
5administration and a simple math challenge.
6
7Submodule image_captcha.module offers an image based challenge.
8
9Installation:
10  Installation is like with all normal drupal modules:
11  extract the 'captcha' folder from the tar ball to the
12  modules directory from your website (typically sites/all/modules).
13
14Dependencies:
15  The basic CAPTCHA module has no dependencies, nothing special is required.
16
17Conflicts/known issues:
18  CAPTCHA and authcache/boost caching do not work together currently.
19  However, the CAPTCHA module does support the Drupal core page
20  caching mechanism: it just disables the caching of the pages
21  where it has to put its challenges.
22  If you use other caching mechanisms, it is possible that CAPTCHA's
23  won't work, and you get error messages like 'CAPTCHA validation
24  error: unknown CAPTCHA session ID'.
25
26Configuration:
27  The configuration page is at admin/user/captcha,
28  where you can configure the CAPTCHA module
29  and enable challenges for the desired forms.
30  You can also tweak the image CAPTCHA to your liking.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.