mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Added validation language for same_pwd_as_user_fields
This commit is contained in:
parent
6554903aeb
commit
42347d0f0c
|
@ -99,6 +99,7 @@ return array(
|
|||
'url' => 'The :attribute format is invalid.',
|
||||
"unique_undeleted" => "The :attribute must be unique.",
|
||||
"import_field_empty" => "The value of the Import Field shouldn't be empty",
|
||||
"same_pwd_as_user_fields" => 'The password cannot be the same as the username, email address, or first or last name.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue