| AuthenticationHelperSendUnlockAccountRequest Method | 
            Sends e-mail to user to inform her about her account was locked due to reaching maximum invalid logon attempts.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string SendUnlockAccountRequest(
	UserInfo user,
	string siteName,
	string source,
	string sendEmailFrom,
	MacroResolver resolver,
	string returnUrl
)
Parameters
- user
- Type: CMS.MembershipUserInfo
 User
- siteName
- Type: SystemString
 Site name
- source
- Type: SystemString
 Source of calling, will be used for log event
- sendEmailFrom
- Type: SystemString
 Email address of the sender
- resolver
- Type: CMS.MacroEngineMacroResolver
 Macro resolver
- returnUrl
- Type: SystemString
 URL using which user can log on to system, after password change
Return Value
Type: 
String See Also
See Also