You are here

constant CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL in CAPTCHA 8

Same name and namespace in other branches
  1. 5.3 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
  2. 6.2 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
  3. 6 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
  4. 7 captcha.module \CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
3 uses of CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL
CaptchaPersistenceTest::testPersistenceOnlyOnce in tests/src/Functional/CaptchaPersistenceTest.php
Test Persistence "Only once".
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 41
This module enables basic CAPTCHA functionality.

Code

define('CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL', 3);