diff --git a/auth-backend/ConfirmsPasswords.php b/auth-backend/ConfirmsPasswords.php index 711c0d0..cc2abba 100644 --- a/auth-backend/ConfirmsPasswords.php +++ b/auth-backend/ConfirmsPasswords.php @@ -55,7 +55,7 @@ protected function resetPasswordConfirmationTimeout(Request $request) protected function rules() { return [ - 'password' => 'required|password', + 'password' => 'required|current_password:web', ]; }