constant CAPTCHA_STATUS_SOLVED in CAPTCHA 7
Same name and namespace in other branches
- 8 captcha.module \CAPTCHA_STATUS_SOLVED
- 6.2 captcha.module \CAPTCHA_STATUS_SOLVED
1 use of CAPTCHA_STATUS_SOLVED
- _captcha_required_for_user in ./captcha.inc
- Helper function for checking if CAPTCHA is required for user.
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_SOLVED', 1);