mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
password length verification
This commit is contained in:
parent
b82899e557
commit
878d239538
7 changed files with 31 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue