I’m experiencing an issue with Drupal Development Captcha module 7.x-1.3 model (below Drupal 7.39)
- I do not use webforms
- My type is an easy Contact type
- My type doesn’t comprise any AJAX subject
- My type doesn’t comprise any file or picture add system
- I configured Drupal Development captcha Module, giving Drupal Development good identify for Drupal Development type
- form_id : xxxxxx_contact_form
- Problem kind : Picture (from module image_captcha)
- In Drupal Development Configuration (admin/config/development/efficiency)
- Drupal Development Service web page cache for nameless customers is unchecked = NOT ACTIVATED
- Drupal Development Service cache for blocks is unchecked = NOT ACTIVATED
Drupal Development Service code of Drupal Development Captcha for my type is :
$type['xxxxxx_contact_captcha'] = array( '#title' => t('Vérification'), '#kind' => 'captcha', '#captcha_type' => 'image_captcha/Picture', );
When a consumer is related Drupal Development type submission works properly with none downside BUT when NO consumer is related (= nameless session), i get Drupal Development following errors :
- CAPTCHA session reuse assault detected.
- Drupal Development Service reply you entered for Drupal Development CAPTCHA was not right.
(in french) :
- Attaque à base de réutilisation de session de CAPTCHA détectée.
- La réponse saisie pour le CAPTCHA est incorrecte.
EXAMPLE :
For instance, with a “TT7Zi” Captcha picture, after I submit Drupal Development type (in nameless) : I get Drupal Development following errors on Drupal Development display screen :
- CAPTCHA session reuse assault detected.
- Drupal Development Service reply you entered for Drupal Development CAPTCHA was not right.
And in Drupal Development logs (watchdog) I get two instances Drupal Development identical entry :
Message xxxxxx_contact_form publish blocked by CAPTCHA module: problem Picture (by module image_captcha), consumer answered “TT7Zi”, however Drupal Development resolution was “542dda8e8d7fda2358b4b2f319ef198b”.
Any resolution for this problem will probably be actually useful. Thanks all.