sendResetPasswordEmail( )


Sends a site member an email with a link to set their password.

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

The reset password link is valid for 3 hours, and it can be used only once. If the link expires, no changes are made to the password. A site can send a maximum of 200 reset password emails per day.

Method Declaration
Copy
Method Parameters
emailstringRequired

Login email of the member whose password will be set.

Did this help?