Actions
개선(improvement) #1062
closed[API] Create API Reset Password New UI Login
Added by harry harry 7 months ago. Updated 4 months ago.
Start date:
08/01/2025
Due date:
08/08/2025
% Done:
100%
Estimated time:
Part:
Build env.:
Prod
Description
Request :
Create API reset password
Related issues
Updated by harry harry 7 months ago
- Copied from 개선(improvement) #893: [API] Create API to generate PIN number added
Updated by harry harry 7 months ago
- Related to 개선(improvement) #800: 6_Set New Password (PC) added
Updated by harry harry 7 months ago
- Related to deleted (개선(improvement) #800: 6_Set New Password (PC))
Updated by harry harry 7 months ago
- Copied from deleted (개선(improvement) #893: [API] Create API to generate PIN number)
Updated by harry harry 7 months ago
- Related to 개선(improvement) #800: 6_Set New Password (PC) added
Updated by Dante Le 7 months ago
[Tech NOTE]
Create API: user/new-password
INSERT INTO OMH_SUITE.BS_API_SERVICE_CODE (API_SERVICE_URL, METHOD_NAME, OWNER_COMP_CODE, API_SERVICE_NAME_EN, API_SERVICE_NAME_KO, SCHEMA_FILE_NAME_RQ, SCHEMA_FILE_NAME_RS, VENDOR_SERVICE_NAME, API_SERVICE_DESC, SAMPLE_REQUEST_MESSAGE, SAMPLE_RESPONSE_MESSAGE, OPEN_API_YN, OUTSIDE_INTERFACE_YN, LOG_SAVE_YN, IGNORE_SCHEMA_YN, CONTROL_REMARK, USE_YN, FIRST_INSERT_UNO, LAST_UPDATE_UNO) VALUES ('/user/new-password', 'PUT', 110000, 'New password', 'New password', '/user/new_password/new_password_put_schema_rq.json', '/user/new_password/new_password_put_schema_rs.json', '', '', '', '', 'N', 'N', 'N', 'N', '', 'Y', 10000, 10000);
Create API: user/login-no-password
INSERT INTO OMH_SUITE.BS_API_SERVICE_CODE (API_SERVICE_URL, METHOD_NAME, OWNER_COMP_CODE, API_SERVICE_NAME_EN, API_SERVICE_NAME_KO, SCHEMA_FILE_NAME_RQ, SCHEMA_FILE_NAME_RS, VENDOR_SERVICE_NAME, API_SERVICE_DESC, SAMPLE_REQUEST_MESSAGE, SAMPLE_RESPONSE_MESSAGE, OPEN_API_YN, OUTSIDE_INTERFACE_YN, LOG_SAVE_YN, IGNORE_SCHEMA_YN, CONTROL_REMARK, USE_YN, FIRST_INSERT_UNO, LAST_UPDATE_UNO) VALUES ('/user/login-no-password', 'POST', 110000, 'Login no password', 'Login no password', '/user/login_no_password/login_no_password_schema_rq.json', '/user/login_no_password/login_no_password_schema_rs.json', '', '', '', '', 'N', 'N', 'N', 'N', '', 'Y', 10000, 10000);
Updated by ziniy Kang 4 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)
- Build env. changed from Staging to Prod
Actions