You are here

README.txt in reCAPTCHA 8.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/modules

2. You'll now find a reCAPTCHA tab in the CAPTCHA
   administration page available at:
       admin/config/people/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/config/people/captcha

## KNOWN ISSUES

- 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. The reCAPTCHA module uses the reCAPTCHA web service to
  3. improve the CAPTCHA system and protect email addresses. For
  4. more information on what reCAPTCHA is, please visit:
  5. https://www.google.com/recaptcha
  6. This version of the module uses the new Google No CAPTCHA reCAPTCHA API.
  7. ## DEPENDENCIES
  8. * reCAPTCHA module depends on the CAPTCHA module.
  9. https://drupal.org/project/captcha
  10. ## CONFIGURATION
  11. 1. Enable reCAPTCHA and CAPTCHA modules in:
  12. admin/modules
  13. 2. You'll now find a reCAPTCHA tab in the CAPTCHA
  14. administration page available at:
  15. admin/config/people/captcha/recaptcha
  16. 3. Register your web site at
  17. https://www.google.com/recaptcha/admin/create
  18. 4. Input the site and private keys into the reCAPTCHA settings.
  19. 5. Visit the Captcha administration page and set where you
  20. want the reCAPTCHA form to be presented:
  21. admin/config/people/captcha
  22. ## KNOWN ISSUES
  23. - cURL requests fail because of outdated root certificate. The reCAPTCHA module
  24. may not able to connect to Google servers and fails to verify the answer.
  25. See https://www.drupal.org/node/2481341 for more information.
  26. ## THANK YOU
  27. * Thank you goes to the reCAPTCHA team for all their
  28. help, support and their amazing Captcha solution
  29. https://www.google.com/recaptcha