account_change_password.vm

account_change_password.vm

This small template is displayed to a customer when they desire to change their password.

 

Form Legend
 form field
 submit button

$form variables for template account_change_password.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

email

string

$form.email

 

Y

 the customer's email. the email is the customer's primary key

errors

Array of Errors

$form.errors

 

 

see Error, see errors.vm

infoMessages

Array of string

$form.infoMessages

 

 

see Message, see info_messages.vm

memberPassword

string

$form.memberPassword

 

Y

 the existing password

newPassword

string

$form.newPassword

 

Y

 

newPasswordConfirm

string

$form.newPasswordConfirm

 

Y