mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
"unique_undeleted" => "The :attribute must be unique.",
|
"unique_undeleted" => "The :attribute must be unique.",
|
||||||
"import_field_empty" => "The value of the Import Field shouldn't be empty",
|
"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