Resets password for user based on his request.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- hash
- Type: System String
Request hash (identifier).
- requestTime
- Type: System String
Request time.
- userID
- Type: System Int32
User id.
- interval
- Type: System Double
Interval in which user can reset her password.
- newPassword
- Type: System String
New password.
- source
- Type: System String
Source of calling, will be used for log event
- sendEmailFrom
- Type: System String
Email address of the sender
- siteName
- Type: System String
Site name.
- resolver
- Type: CMS.MacroEngine MacroResolver
Macro resolver
- success
- Type: System Boolean
Returns whether sending of request was successful.
- invalidRequestText
- Type: System String
Text returned by this method if request is invalid.
- exceededTimeText
- Type: System String
Text returned by this method if time request is exceeded.
Return Value
Type: StringSee Also