added captcha form control and strengthened captcha security
This commit is contained in:
parent
ce3b1f484a
commit
f9a60ab55a
4 changed files with 124 additions and 6 deletions
12
lib/WebGUI/i18n/English/Form_Captcha.pm
Normal file
12
lib/WebGUI/i18n/English/Form_Captcha.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue