You are here

constant CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_TYPE in CAPTCHA 7

Same name and namespace in other branches
  1. 8 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_TYPE
  2. 6.2 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_TYPE
3 uses of CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM_TYPE
CaptchaPersistenceTestCase::testPersistencePerFormType in ./captcha.test
captcha_validate in ./captcha.module
CAPTCHA validation handler.
_captcha_required_for_user in ./captcha.inc
Helper function for checking if CAPTCHA is required for user.

File

./captcha.module, line 22
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_TYPE', 2);