Click or drag to resize
AuthenticationHelperValidateResetPassword Method
Validates request of password reset.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static ResetPasswordResultEnum ValidateResetPassword(
	UserInfo ui,
	string hash,
	string requestTime,
	double interval,
	string source
)

Parameters

ui
Type: CMS.MembershipUserInfo
User info object.
hash
Type: SystemString
Request hash (identifier).
requestTime
Type: SystemString
Request time.
interval
Type: SystemDouble
Interval in which user can reset her password.
source
Type: SystemString
Source of calling, will be used for log event

Return Value

Type: ResetPasswordResultEnum
See Also