constant CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL in CAPTCHA 5.3
Same name and namespace in other branches
- 8 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
- 6.2 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
- 6 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
- 7 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
1 use of CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
- _captcha_persistence_skip in ./
captcha.module - Helper function for checking if the CAPTCHA for the given form_id should be skipped because of CAPTCHA persistence.
File
- ./
captcha.module, line 16 - 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_PERSISTENCE_SKIP_ONCE_SUCCESSFUL', 3);