Tries to find user based on given user identifier (checks username and email) and if it finds
the user email with forgotten password is send. It sends password directly or request for getting/regenerating password based on settings.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- userIdent
- Type:
System.String
User identifier
- siteName
- Type:
System.String
Site name
- source
- Type:
System.String
Source of calling, will be used for log event
- sendEmailFrom
- Type:
System.String
Email address of the sender
- resolver
- Type: CMS.MacroEngine.MacroResolver
Macro resolver
- requestUrl
- Type:
System.String
Url which processes request.
- success
- Type:
System.Boolean
Returns whether sending of request was successful.
- returnUrl
- Type:
System.String
URL using which user can log on to system, after password change
Return Value
Type:
See Also