FIX_CHANGE_PASS_API
This commit is contained in:
parent
ddd59f4c98
commit
7440cdb322
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user