From 7440cdb322ffa49a0ce8adb84e54e6c61669b520 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Tue, 11 Nov 2025 15:17:26 +0530 Subject: [PATCH] FIX_CHANGE_PASS_API --- app/Controllers/RestAuthenticationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 7f55abd6..3ba1557e 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -1697,7 +1697,7 @@ class RestAuthenticationController extends AdminController } }else{ - return $this->respond(['status' => 'failed', 'code' => 404, 'message' => 'User not found'], 404); + return $this->respond(['status' => 'failed', 'code' => 404, 'message' => 'Old password is incorrect'], 404); } } catch (\Throwable $th) {