constant CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE in CAPTCHA 8
Same name and namespace in other branches
- 6.2 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
- 7 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
3 uses of CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
- Captcha::getInfo in src/
Element/ Captcha.php - Returns the element properties for this element.
- CaptchaTest::testCaseInsensitiveValidation in tests/
src/ Functional/ CaptchaTest.php - Testing the case sensitive/insensitive validation.
- image_captcha_captcha in image_captcha/
image_captcha.module - Implements hook_captcha().
File
- ./
captcha.module, line 48 - This module enables basic CAPTCHA functionality.
Code
define('CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE', 1);