user()->password); } /** * Get the validation error message. * * @return string */ public function message() { return __('The current password field does not match your password'); } }