mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
9 lines
341 B
PHP
9 lines
341 B
PHP
<?php
|
|
|
|
return [
|
|
'passwords_unmatched' => "The passwords didn't match! Must've typoed. Try again.",
|
|
'password_too_short' => "Sorry, password is too short (min is 6 chars)",
|
|
'password_too_long' => "Sorry, password is too long (max is 40 chars)",
|
|
'password_equals_username' => "Sorry, password cannot be same as user name.",
|
|
];
|