Click or drag to resize

LoginHandlerSendForgottenPasswordEmail Method

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static bool SendForgottenPasswordEmail(
	string userEmail,
	string userName,
	string password,
	bool isNewPassword,
	string recoveryUrl,
	string emailTemplateFolder,
	Dictionary<string, string> emailTags = null
)

Parameters

userEmail
Type: SystemString
userName
Type: SystemString
password
Type: SystemString
isNewPassword
Type: SystemBoolean
recoveryUrl
Type: SystemString
emailTemplateFolder
Type: SystemString
emailTags (Optional)
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: Boolean
See Also