resetCustomerOneTimePassword()
This application is used to reset customer's one time password used to login into web interface. Authenticated customer can reset own password, password of its subcustomers or its users.
Parameters:
- web_login - web login of customer or user. String. Required.
Returns:
- result - OK means that the password was successfully reset. String.
- password - value the password was reset to. String.
- XMLRPC fault in case of any error.