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().

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?