You are here

constant CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE in CAPTCHA 7

Same name and namespace in other branches
  1. 8 captcha.module \CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE
  2. 6.2 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
Implements hook_captcha().

File

./captcha.module, line 31
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);