resetAccountOneTimePassword()

This application is used to reset account's one time password used to login into web interface. Only accounts of authenticated customer can be reset.

Parameters:

  • username - web login of account. 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.