capcha control now has reCAPTCHA mode
This commit is contained in:
parent
5d8ede926c
commit
b088299eb0
6 changed files with 127 additions and 9 deletions
|
|
@ -13,6 +13,14 @@ our $I18N = {
|
|||
lastUpdated => 1131394072,
|
||||
},
|
||||
|
||||
'captcha failure' => {
|
||||
message => q|You need to type in the six characters you see in the image to prove that you are human.|,
|
||||
},
|
||||
|
||||
'recaptcha failure' => {
|
||||
message => q|You need to correctly enter the words you see in the image to prove that you are human.|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue