captcha_after.admin.inc |
captcha_after.admin.inc |
|
Admin part of CAPTCHA After module. |
captcha_after.info |
captcha_after.info |
|
name = "CAPTCHA After"
description = "Show CAPTCHA After X Unsuccessful Submit Attempts."
core = 6.x
package = Spam control
dependencies[] = captcha |
captcha_after.install |
captcha_after.install |
|
Install, update and uninstall functions for the CAPTCHA After module. |
captcha_after.module |
captcha_after.module |
|
Show CAPTCHA protection on selected forms after specified number of
unsuccessful form submit attempts has been made. |
captcha_after.test |
captcha_after.test |
|
Captcha After tests. |
CHANGELOG.txt |
CHANGELOG.txt |
|
CAPTCHA After x.x-x.x, xxxx-xx-xx
----------------------------------
CAPTCHA After 6.x-1.2, 2011-06-30
--------------------------------------
by pivica: Replace session submit threshold with flood submit threshold.
Storing submit count in… |
README.txt |
README.txt |
|
-- SUMMARY --
Show CAPTCHA protection on selected forms after specified number of unsuccessful
form submit attempts has been made.
-- REQUIREMENTS --
CAPTCHA module
http://drupal.org/project/captcha
-- INSTALLATION --
* Install as usual, see… |