You are here

README.txt in CAPTCHA 6.2

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 authcache/boost 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/user/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.

File

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