Click or drag to resize
AuthenticationHelperSendUnlockAccountRequest Method
Sends e-mail to user to inform her about her account was locked due to reaching maximum invalid logon attempts.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public 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