Changing the Administrator Password (ChangeAdminPassword)

This method is available in EFT Server 4.3.4 and later.

Use the ICIServer interface ChangeAdminPassword method to change the password for an administrator account in the EFT Server.

Parameters:

AdminUser - the name of the delegated administration account that will have a new password

Password - the new password value

Example:

oServer.ChangeAdminPassword( "subadmin", "newpassword")