You are here

constant CAPTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE in CAPTCHA 7

Same name and namespace in other branches
  1. 6.2 captcha.test \CAPTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
2 uses of CAPTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
CaptchaBaseWebTestCase::assertCaptchaResponseAccepted in ./captcha.test
Assert that the response is accepted: no "unknown CSID" message, no "CSID reuse attack detection" message, no "wrong answer" message.
CaptchaSessionReuseAttackTestCase::assertCaptchaSessionIdReuseAttackDetection in ./captcha.test
Assert that the CAPTCHA session ID reuse attack was detected.

File

./captcha.test, line 22
Tests for CAPTCHA module.

Code

define('CAPTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE', 'CAPTCHA session reuse attack detected.');