You are here

constant BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6 botcha.test \BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
  2. 6.2 botcha.test \BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
  3. 6.3 tests/botcha.simpletest.test \BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
  4. 7 botcha.test \BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
  5. 7.2 botcha.test \BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
2 uses of BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE
BotchaBaseWebTestCase::assertBotchaResponseAccepted in tests/botcha.simpletest.test
Assert that the response is accepted: no "unknown CSID" message, no "CSID reuse attack detection" message, no "wrong answer" message.
BotchaNoResubmitTestCase::assertFormSubmission in tests/botcha.simpletest.test
Check whether our suspections are real.

File

tests/botcha.simpletest.test, line 16
Simpletest-tests for BOTCHA module.

Code

define('BOTCHA_SESSION_REUSE_ATTACK_ERROR_MESSAGE', 'Form session reuse detected.');