password length verification

This commit is contained in:
Serghey Rodin 2013-03-31 19:19:59 +03:00
commit 878d239538
7 changed files with 31 additions and 0 deletions

View file

@ -362,6 +362,7 @@ $LANG['en'] = array(
'Passwords not match' => 'Passwords not match',
'Please enter valid email address.' => 'Please enter valid email address.',
'Field "%s" can not be blank.' => 'Field "%s" can not be blank.',
'Password is too short.' => 'Password is too short (minimum is 6 characters)',
'Error code:' => 'Error code: %s',
'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
'IP address is in use' => 'IP address is in use',