constant CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE in CAPTCHA 6.2
Same name and namespace in other branches
- 8 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
- 7 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
2 uses of CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
- CaptchaTestCase::testCaseInsensitiveValidation in ./
captcha.test - image_captcha_captcha in image_captcha/
image_captcha.module - Implementation of hook_captcha().
File
- ./
captcha.module, line 32 - This module enables basic CAPTCHA functionality: administrators can add a CAPTCHA to desired forms that users without the 'skip CAPTCHA' permission (typically anonymous visitors) have to solve.
Code
define('CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE', 0);