C# Class Candor.Security.UserNotificationProvider

A base provider definition to send notifications to users regarding their account.
Inheritance: System.Configuration.Provider.ProviderBase
Show file Open project: michael-lang/candor-common

Public Methods

Method Description
NotifyPasswordReset ( String userName, ExecutionResults result ) : bool

Sends a password reset notification to the specified user.

Method Details

NotifyPasswordReset() public method

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