forgotPass.tpl
Description
On the login page, if the customer has forgotten their password there is a link which takes them to this page.
Template file location
/skins/YOUR_SKIN/styleTemplates/content/forgotPass.tpl
Control file location
/includes/content/forgotPass.inc.php
Classic skin template output screenshot

Basic template structure
<!-- BEGIN: forgot_pass -->
<!-- BEGIN: form -->
Email address entry form.
<!-- END: form -->
<!-- END: forgot_pass -->
|