Click or drag to resize

SecurityHandlerSendForgottenPasswordEmail 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
)

Parameters

userEmail
Type: SystemString
username
Type: SystemString
password
Type: SystemString
isNewPassword
Type: SystemBoolean
recoveryUrl
Type: SystemString
emailTemplateFolder
Type: SystemString
emailTags
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: Boolean
See Also