You are here

README.txt in reCAPTCHA 6.2

reCAPTCHA for Drupal
====================

The reCAPTCHA module uses the reCAPTCHA web service to
improve the CAPTCHA system and protect email addresses. For
more information on what reCAPTCHA is, please visit:
    https://www.google.com/recaptcha

This version of the module uses the new Google No CAPTCHA reCAPTCHA API.

DEPENDENCIES
------------

* reCAPTCHA module depends on the CAPTCHA module.
  https://drupal.org/project/captcha


CONFIGURATION
-------------

1. Enable reCAPTCHA and CAPTCHA modules in:
       admin/build/modules

2. You'll now find a reCAPTCHA tab in the CAPTCHA
   administration page available at:
       admin/user/captcha/recaptcha

3. Register your web site at
       https://www.google.com/recaptcha/admin/create

4. Input the site and private keys into the reCAPTCHA settings.

5. Visit the Captcha administration page and set where you
   want the reCAPTCHA form to be presented:
       admin/user/captcha

KNOWN ISSUES
------------

- The PHP setting 'arg_separator.output' set by Drupal core causes conflicts
  with the Google reCAPTCHA library. This setting is and was never used by
  Drupal core, but still exist in "settings.php" and need to be removed.
    
  See https://www.drupal.org/node/2476237 for more information.

- cURL requests fail because of outdated root certificate. The reCAPTCHA module
  may not able to connect to Google servers and fails to verify the answer.
  
  See https://www.drupal.org/node/2481341 for more information.


THANK YOU
---------

 * Thank you goes to the reCAPTCHA team for all their
   help, support and their amazing Captcha solution
       https://www.google.com/recaptcha

File

README.txt
View source
  1. reCAPTCHA for Drupal
  2. ====================
  3. The reCAPTCHA module uses the reCAPTCHA web service to
  4. improve the CAPTCHA system and protect email addresses. For
  5. more information on what reCAPTCHA is, please visit:
  6. https://www.google.com/recaptcha
  7. This version of the module uses the new Google No CAPTCHA reCAPTCHA API.
  8. DEPENDENCIES
  9. ------------
  10. * reCAPTCHA module depends on the CAPTCHA module.
  11. https://drupal.org/project/captcha
  12. CONFIGURATION
  13. -------------
  14. 1. Enable reCAPTCHA and CAPTCHA modules in:
  15. admin/build/modules
  16. 2. You'll now find a reCAPTCHA tab in the CAPTCHA
  17. administration page available at:
  18. admin/user/captcha/recaptcha
  19. 3. Register your web site at
  20. https://www.google.com/recaptcha/admin/create
  21. 4. Input the site and private keys into the reCAPTCHA settings.
  22. 5. Visit the Captcha administration page and set where you
  23. want the reCAPTCHA form to be presented:
  24. admin/user/captcha
  25. KNOWN ISSUES
  26. ------------
  27. - The PHP setting 'arg_separator.output' set by Drupal core causes conflicts
  28. with the Google reCAPTCHA library. This setting is and was never used by
  29. Drupal core, but still exist in "settings.php" and need to be removed.
  30. See https://www.drupal.org/node/2476237 for more information.
  31. - cURL requests fail because of outdated root certificate. The reCAPTCHA module
  32. may not able to connect to Google servers and fails to verify the answer.
  33. See https://www.drupal.org/node/2481341 for more information.
  34. THANK YOU
  35. ---------
  36. * Thank you goes to the reCAPTCHA team for all their
  37. help, support and their amazing Captcha solution
  38. https://www.google.com/recaptcha