<< back to sysax.com Product page

2.7. Update User Password

Exhibit 2.15. IDL Definition of method to update user password


HRESULT UpdatePass       ([in] BSTR b_username, [in] BSTR b_password);
 

Exhibit 2.16. Example usage of method to update user password


admin.UpdatePass "comacc", "comaccpass"