added captcha form control and strengthened captcha security

This commit is contained in:
JT Smith 2006-02-13 15:03:37 +00:00
parent ce3b1f484a
commit f9a60ab55a
4 changed files with 124 additions and 6 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Form_Captcha;
our $I18N = {
'formName' => {
message => q|Captcha|,
context => q|Captcha is an acronym, it cannot be translated.|,
lastUpdated => 1131394072,
},
};
1;