You are here

constant CAPTCHA_PERSISTENCE_SHOW_ALWAYS in CAPTCHA 6

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.2 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
  4. 7 captcha.module \CAPTCHA_PERSISTENCE_SHOW_ALWAYS
2 uses of CAPTCHA_PERSISTENCE_SHOW_ALWAYS
captcha_admin_settings in ./captcha.admin.inc
Form builder function for the general CAPTCHA configuration
_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 13
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', 1);