You are here

constant CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE in CAPTCHA 7

Same name and namespace in other branches
  1. 8 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE
  2. 6.2 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_element_info in ./captcha.module
Implements of hook_element_info().
image_captcha_captcha in image_captcha/image_captcha.module
Implements 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_INSENSITIVE', 1);