An Ajax check on the username field at registration
This commit is contained in:
parent
d0884afb59
commit
c61e7454d0
8 changed files with 274 additions and 2 deletions
11
lib/WebGUI/i18n/English/Form.pm
Normal file
11
lib/WebGUI/i18n/English/Form.pm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package WebGUI::i18n::English::Form;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'field required' => {
|
||||
message => q|This field is required.|,
|
||||
lastUpdated => 1217216725
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
11
lib/WebGUI/i18n/English/Form_Username.pm
Normal file
11
lib/WebGUI/i18n/English/Form_Username.pm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package WebGUI::i18n::English::Form_Username;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'username in use' => {
|
||||
message => q|Sorry, that account name is already in use by another member of this site.|,
|
||||
lastUpdated => 1217216725
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue