AuthenticationHelperValidateResetPassword Method |
Validates request of password reset.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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:
ResetPasswordResultEnumSee Also