constant CAPTCHA_UNSOLVED_CHALLENGES_MAX in CAPTCHA 5.3
Same name and namespace in other branches
- 6 captcha.module \CAPTCHA_UNSOLVED_CHALLENGES_MAX
@file 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.
1 use of CAPTCHA_UNSOLVED_CHALLENGES_MAX
- captcha_pre_render in ./
captcha.module - Implementation of form #pre_render.
File
- ./
captcha.module, line 12 - 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_UNSOLVED_CHALLENGES_MAX', 20);