CustomerForgotPWControl

CustomerForgotPWControl provides a password-recovery form for shoppers.

CustomerForgotPWControl password recovery form

Configurable properties

Property Default Valid values or format Effect
SuccessRedirectUrl
String
Not specified   Sets the page to redirect to after successful password recovery.

SitePages.config example

The following example loads CustomerForgotPWControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: SuccessRedirectUrl.

<Control src="CustomerForgotPWControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CustomerForgotPWControl inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.