Click or drag to resize
AuthenticationHelperForgottenEmailRequest Method (String, String, String, String)
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.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string ForgottenEmailRequest(
	string userIdent,
	string siteName,
	string source,
	string sendEmailFrom
)

Parameters

userIdent
Type: SystemString
User identifier
siteName
Type: SystemString
Site name
source
Type: SystemString
Source of calling, will be used for log event
sendEmailFrom
Type: SystemString
Email address of the sender

Return Value

Type: String
See Also