| AuthenticationHelperSendPasswordResetConfirmation Method | 
            Sends a confirmation e-mail informing the user about a recent password change. 
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SendPasswordResetConfirmation(
	UserInfo ui,
	string siteName,
	string source,
	string emailTemplateName,
	string sendEmailFrom = null,
	MacroResolver resolver = null
)
Parameters
- ui
- Type: CMS.MembershipUserInfo
 The user to be informed.
- siteName
- Type: SystemString
 Current site name.
- source
- Type: SystemString
 Context where the password change was initiated.
- emailTemplateName
- Type: SystemString
 E-mail template that should be used.
- sendEmailFrom (Optional)
- Type: SystemString
 E-mail address of the sender. If not specified, the CMSSendPasswordEmailsFrom setting value is used.
- resolver (Optional)
- Type: CMS.MacroEngineMacroResolver
 Optional macro resolver used to resolve macros in the specified template.
 See Also
See Also