diff options
author | Jerome Bakker <jeabakker@coldtrick.com> | 2012-04-18 15:19:34 +0200 |
---|---|---|
committer | Jerome Bakker <jeabakker@coldtrick.com> | 2012-04-18 15:19:34 +0200 |
commit | 88f1e8307f9a83b506ecae2e013125389310fed6 (patch) | |
tree | 95410fef1d6f7a0a57dd2a87234e254d6f04ba7e /languages | |
parent | f2a80038cddec5ed86b3dd9edb31cf07e3376de8 (diff) | |
download | elgg-88f1e8307f9a83b506ecae2e013125389310fed6.tar.gz elgg-88f1e8307f9a83b506ecae2e013125389310fed6.tar.bz2 |
fixes #4406: validate username for max chars
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 14df3db34..25edfa149 100644 --- a/languages/en.php +++ b/languages/en.php @@ -503,6 +503,7 @@ $english = array( 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.', 'registration:userexists' => 'That username already exists', 'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.', + 'registration:usernametoolong' => 'Your username is too long it can have a maximum of %u characters.', 'registration:passwordtooshort' => 'The password must be a minimum of %u characters long.', 'registration:dupeemail' => 'This email address has already been registered.', 'registration:invalidchars' => 'Sorry, your username contains the character %s which is invalid. The following characters are invalid: %s', |