AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageUserLoginEngine..::..AddPasswordReset Method

Adds the password reset.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public void AddPasswordReset(
	string userName,
	HttpContext context,
	DateTime expiryDate,
	string token,
	int initialSet
)

Parameters

userName
Type: String
Name of the user.
context
Type: HttpContext
The context.
expiryDate
Type: DateTime
The expiry date.
token
Type: String
The token.
initialSet
Type: Int32
The initial set.