constant CAPTCHA_UNKNOWN_CSID_ERROR_MESSAGE in CAPTCHA 7
Same name and namespace in other branches
- 6.2 captcha.test \CAPTCHA_UNKNOWN_CSID_ERROR_MESSAGE
1 use of CAPTCHA_UNKNOWN_CSID_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.
File
- ./
captcha.test, line 25 - Tests for CAPTCHA module.
Code
define('CAPTCHA_UNKNOWN_CSID_ERROR_MESSAGE', 'CAPTCHA validation error: unknown CAPTCHA session ID. Contact the site administrator if this problem persists.');