account_change_password.vm
This small template is displayed to a customer when they desire to change their password.
info
Transcluded from Screen Interface Intro.
Form Legend
:tick: → form field
:green-star: → submit button
$form variables for template account_change_password.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
email | string | $form.email | :tick: | Y | the customer's email. the email is the customer's primary key |
errors | [Array](../storefront-object-model/array-sfo.md) of [Errors](../storefront-object-model/error-sfo.md) | $form.errors | see Error, see errors.vm | ||
infoMessages | [Array](../storefront-object-model/array-sfo.md) of string | $form.infoMessages | see Message, see info_messages.vm | ||
memberPassword | string | $form.memberPassword | :tick: | Y | the existing password |
newPassword | string | $form.newPassword | :tick: | Y | |
newPasswordConfirm | string | $form.newPasswordConfirm | :tick: | Y |
Was this page helpful?