Click or drag to resize

LoginHandlerSendForgotPasswordEmail Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use SendForgottenPasswordEmail instead.")]
public static bool SendForgotPasswordEmail(
	string userEmail,
	string userName,
	string password,
	bool isNewPwd,
	string recoveryUrl,
	string emailTemplateFolder,
	Dictionary<string, string> emailTagVals = null
)

Parameters

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

Return Value

Type: Boolean
See Also