resetCustomerProfilePassword

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.