You are here

constant IMAGE_CAPTCHA_ALLOWED_CHARACTERS in CAPTCHA 5.3

Same name and namespace in other branches
  1. 8 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  2. 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  3. 6 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  4. 7 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS

@file Implementation of image CAPTCHA for use with the CAPTCHA module

Loosely Based on MyCaptcha by Heine Deelstra (http://heine.familiedeelstra.com/mycaptcha-download)

2 uses of IMAGE_CAPTCHA_ALLOWED_CHARACTERS
image_captcha_captcha in image_captcha/image_captcha.module
Implementation of hook_captcha().
_image_captcha_settings_form in image_captcha/image_captcha.admin.inc
Helper function for the configuration form for image_captcha Called by image_captcha_settings_form() (which determines the real form_id 'image_captcha_settings_form')

File

image_captcha/image_captcha.module, line 11
Implementation of image CAPTCHA for use with the CAPTCHA module

Code

define('IMAGE_CAPTCHA_ALLOWED_CHARACTERS', 'aAbBCdEeFfGHhijKLMmNPQRrSTtWXYZ23456789%$#!@+?*');