Actions
Bug #34299
openTask #2139 -nexusKite Mobile App: Username and login management. -We are getting incorrect success message in case we change password.
Start date:
25 September 2025
Due date:
% Done:
0%
Estimated time:
Bug Type:
Functional
Release:
24 Sept 2025 Release
Is bug acceptable?:
Yes
Bug Severity:
S1
Description
We are getting incorrect success message in case we change password.
PFA,

Files
Updated by vanshaj vanshaj about 1 month ago
- Assignee changed from vanshaj vanshaj to Neha Changotra
Please add the new verbiage and assign to API team for changes
https://a.uat.w.farenexushub.com/nexusapi/changepasswordmobile
Request :
{
"userName": "Thomsonjames@yopmail.com",
"password": "India@123",
"domain": "nw",
"confirmPassword": "India@123",
"oldPassword": "India@123",
"clientId": "2561743",
"language": "0"
}
Response:
{
"status": {
"type": "SUCCESS",
"message": {
"text": "Password changed successfully and credentials have been sent to your registered email."
}
}
}
Actions