Bug #4724
Bug #4257: Service Driver:- Design New Architecture using node
updatePassword restructuring using node
Start date:
04/22/2025
Due date:
% Done:
0%
Estimated time:
Milestone:
Backlog
Branch name:
Description
parameters.put("type", "updatePassword");
parameters.put("UserID", generalFunc.getMemberId());
parameters.put("pass", password);
parameters.put("CurrentPassword", currentPassword);
parameters.put("UserType", Utils.app_type);