You are here

constant CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE in CAPTCHA 8

Same name and namespace in other branches
  1. 6.2 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
  2. 7 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
2 uses of CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
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 47
This module enables basic CAPTCHA functionality.

Code

define('CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE', 0);