Actions
Bug #158
closedPassword Change not implemented
Deliverable:
BACKEND API
Description
After changing the password using "Forget Password" on Web, actual password change is not implemented.
Expected Result - Password changed, able to login using new password.
Actual result - Login failed, error message.


Files
Updated by Ayush Tyagi 17 days ago
- Status changed from New to Resolved
- Assignee changed from Ayush Tyagi to Reva Malik
During deployment, the Forgot Password API endpoint was not published/exposed in the public API layer.
Because of this, the password reset request was not authenticated properly and the password update process was not executed successfully. As a result, login attempts with the new password failed.
Actions
#2
Updated by Reva Malik 17 days ago
- File Screenshot 2026-02-18 145548.png Screenshot 2026-02-18 145548.png added
- File Screenshot 2026-02-18 145518.png Screenshot 2026-02-18 145518.png added
- Status changed from Resolved to Closed
Checked and Validated. Login successful on changing password.
Actions