ParseUserRequestPasswordResetAsync Method (String)Parse
Requests a password reset email to be sent to the specified email address associated with the user account. This email allows the user to securely reset their password on the Parse site.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static Task RequestPasswordResetAsync(
	string email
)

Parameters

email
Type: SystemString
The email address associated with the user that forgot their password.

Return Value

Type: Task
See Also

Reference