<< back to sysax.com Product page

2.8. Update a User Password with Verification

Exhibit 2.17. IDL Definition of method to update a user password with verification


HRESULT UpdatePassVerify ([in] BSTR b_username, [in] BSTR b_password, [in] BSTR b_oldpassword);
 

Exhibit 2.18. Example usage of method to update a user password with verification


admin.UpdatePassVerify "comaccee", "comaccee", "comaccee"