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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | captcha-configurable_captcha_response_error_message-2444343-1.patch | 6.29 KB | Teastwood |
Comments
Comment #1
Teastwood commentedSame issue here!
Here is a patch to allow the edition of the error message, the same way as the description can be edited.
Comment #2
Teastwood commentedComment #3
chris matthews commentedThe patch in #1 applied cleanly to the latest captcha 7.x-1.x-dev and is a great fix, thank you.
Comment #4
chris matthews commentedComment #5
ghobadipouya commentedThe 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....
Comment #6
wundo commentedComment #7
wundo commentedNice work, thanks!