Remove "password" validation key (#5856)
This commit is contained in:
parent
8594815f5e
commit
c532e14680
|
@ -100,7 +100,6 @@
|
|||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => 'The password is incorrect.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'prohibited' => 'The :attribute field is prohibited.',
|
||||
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
|
||||
|
|
Loading…
Reference in New Issue