You are here

constant CAPTCHA_STATUS_UNSOLVED in CAPTCHA 6.2

Same name and namespace in other branches
  1. 8 captcha.module \CAPTCHA_STATUS_UNSOLVED
  2. 7 captcha.module \CAPTCHA_STATUS_UNSOLVED
1 use of CAPTCHA_STATUS_UNSOLVED
captcha_process in ./captcha.module
Process callback for CAPTCHA form element.

File

./captcha.module, line 28
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_STATUS_UNSOLVED', 0);