Added validation language for same_pwd_as_user_fields

This commit is contained in:
snipe 2020-11-02 17:46:30 -08:00
parent 6554903aeb
commit 42347d0f0c

View file

@ -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.',
/*
|--------------------------------------------------------------------------