constant CAPTCHA_STATUS_UNSOLVED in CAPTCHA 7
Same name and namespace in other branches
- 8 captcha.module \CAPTCHA_STATUS_UNSOLVED
- 6.2 captcha.module \CAPTCHA_STATUS_UNSOLVED
1 use of CAPTCHA_STATUS_UNSOLVED
- captcha_element_process in ./
captcha.module - Process callback for CAPTCHA form element.
File
- ./
captcha.module, line 27 - 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);