We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d3b8 commit 2609576Copy full SHA for 2609576
1 file changed
app/Http/Requests/UpdateAccountPassword.php
@@ -22,7 +22,7 @@ public function authorize(): bool
22
public function rules(): array
23
{
24
return [
25
- 'current_password' => 'required|current_password:api',
+ 'current_password' => 'required|current_password',
26
'password' => 'required|string|min:8|max:72|confirmed',
27
'password_confirmation' => 'required|string|min:8|max:72',
28
];
0 commit comments