You are here

constant CAPTCHA_PERSISTENCE_SHOW_ALWAYS in CAPTCHA 6.2

Same name and namespace in other branches
  1. 8 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
  2. 5.3 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
  3. 6 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
  4. 7 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
2 uses of CAPTCHA_PERSISTENCE_SHOW_ALWAYS
CaptchaPersistenceTestCase::testPersistenceAlways in ./captcha.test
_captcha_required_for_user in ./captcha.inc
Helper function for checking if CAPTCHA is required for user, based on the CAPTCHA persistence setting, the CAPTCHA session ID and user session info.

File

./captcha.module, line 18
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_SHOW_ALWAYS', 0);