changePass.tpl
Description
From the customers account, selecting to change the account password displays this page.
Template file location
/skins/YOUR_SKIN/styleTemplates/content/changePass.tpl
Control file location
/includes/content/changePass.inc.php
Classic skin template output screenshot

Basic template structure
<!-- BEGIN: change_pass -->
<!-- BEGIN: session_true -->
If customer is logged in.
<!-- BEGIN: no_error -->
Password change success message.
<!-- END: no_error -->
<!-- BEGIN: error -->
Error changing password.
<!-- END: error -->
<!-- BEGIN: form -->
Password entry fields.
<!-- END: form -->
<!-- END: session_true -->
<!-- BEGIN: session_false -->
If the customer is not logged in.
<!-- END: session_false -->
<!-- END: change_pass -->
|