If you are using new reCAPTCHA module with norecaptcha human test http://www.google.com/recaptcha/intro/index.html the form_set_error message in captcha_validate

      form_set_error('captcha_response', t('The answer you entered for the CAPTCHA was not correct.'));

The "answer" part does not make sense and I would suggest to make this text configurable.
A variable for example.
I can write a patch for it if the proposal is acceptable.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Teastwood’s picture

Same issue here!
Here is a patch to allow the edition of the error message, the same way as the description can be edited.

Teastwood’s picture

Status: Active » Needs review
Chris Matthews’s picture

Status: Needs review » Reviewed & tested by the community

The patch in #1 applied cleanly to the latest captcha 7.x-1.x-dev and is a great fix, thank you.

Applied patch captcha.admin.inc cleanly.
Applied patch captcha.inc cleanly.
Applied patch captcha.module cleanly.
Chris Matthews’s picture

ghobadipouya’s picture

The answer you entered for the CAPTCHA was not correct.
this is my site error in exposed views drupal
Ive used "Im not robot" recaptcha
the recaptcha work well in login... but not work in exposed views drupal
please help me....

wundo’s picture

wundo’s picture

Status: Reviewed & tested by the community » Fixed

Nice work, thanks!

  • wundo committed c33a383 on 7.x-1.x authored by Teastwood
    Issue #2444343 by Teastwood, Chris Matthews: Configurable...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.