You are here

constant CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM in CAPTCHA 6

Same name and namespace in other branches
  1. 5.3 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM
1 use of CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM
_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 14
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_PER_FORM', 2);