constant PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS in CAPTCHA Pack 7
Same name and namespace in other branches
- 8 text_captcha/modules/phrase_captcha/phrase_captcha.module \PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS
- 5 text_captcha/phrase_captcha/phrase_captcha.module \PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS
- 6 text_captcha/phrase_captcha/phrase_captcha.module \PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS
Implementation of a phrase based CAPTCHA, for use with the CAPTCHA module
@todo: add character picking of current word, which is harder for spam bots than plain word guessing.
2 uses of PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS
- phrase_captcha_settings_form in text_captcha/
phrase_captcha/ phrase_captcha.admin.inc - Administration form
- _phrase_captcha_generate_words in text_captcha/
phrase_captcha/ phrase_captcha.module - Function for generating an array of words
File
- text_captcha/
phrase_captcha/ phrase_captcha.module, line 10
Code
define('PHRASE_CAPTCHA_GENERATE_NONSENSE_WORDS', 0);