Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Method Signature String resetCustomerProfilePassword(String email);
Description
Resets the password associated with the email address and sends out an email with it immediatey.
Parameters String email - Email address of a customer profile.
Result A string representing the result. "Success" will be returned if the reset succeeded otherwise the string will contain an error message.

  • No labels