Loading…
Loading…
Method Name: change_password_method
Method ID: 0x46CB
Method Label: Change Password
Method Help:
- {
- char status[3];
- int chkFlag;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send_trans(164, 1, status); if(status[0]) { display_response_status(164, status[0]); DELAY(3,"|en|Aborting method due to last error"); process_abort(); } if(ope_authority_sts != 1) { ACKNOWLEDGE("|en|User does not have permission for the operation. Please allow operator action."); process_abort(); }
- chkFlag = 0;
- ACKNOWLEDGE("|en|Change Password will be executed.\nEnter a new Password.\nValid characters are A-Z and 0-9. The number of characters is four.");
- do
- {
- dummy_password1 ="|en|";
- dummy_password2 ="|en|";
- _MenuDisplay (18112,"|en|OK",0);
- if (dummy_password1 != dummy_password2)
- {
- ACKNOWLEDGE("|en|The entered password and confirmation password do not match.");
Please login for more