CustomerForgotPWControl
CustomerForgotPWControl provides a password-recovery form for shoppers.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
SuccessRedirectUrlString | 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.