constant CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE in CAPTCHA 6.2
Same name and namespace in other branches
- 8 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
- 7 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
4 uses of CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
- CaptchaTestCase::testCaseInsensitiveValidation in ./
captcha.test - captcha_admin_settings in ./
captcha.admin.inc - Form builder function for the general CAPTCHA configuration
- captcha_elements in ./
captcha.module - Implementation of hook_elements().
- image_captcha_captcha in image_captcha/
image_captcha.module - Implementation of hook_captcha().
File
- ./
captcha.module, line 33 - 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_INSENSITIVE', 1);