Method | Description | |
---|---|---|
NotifyPasswordReset ( String userName, ExecutionResults result ) : bool |
Sends a password reset notification to the specified user.
|
public NotifyPasswordReset ( String userName, ExecutionResults result ) : bool | ||
userName | String | The user to notify. |
result | ExecutionResults | /// A placeholder for errors in the system, such as email not available now. /// Do not notify caller if the user does not exist, for security reasons. |
return | bool |