changePassword( )


Changes the member's password to a new one, using a reset token.

Important: This method is in Developer Preview and is subject to change.

Method Declaration
Copy
Method Parameters
newPasswordstringRequired

New password the member wants to set. Minimum 6 characters.


tokenstringRequired

Reset token received in the email triggered by sendResetPasswordEmail().

Did this help?