Skip to main content
Reference

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

NameTypeFormal SyntaxForm Data?Required on Post?Comments/Sample Usage
emailstring$form.email:tick:Ythe 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.errorssee Error, see errors.vm
infoMessages[Array](../storefront-object-model/array-sfo.md) of string$form.infoMessagessee Message, see info_messages.vm
memberPasswordstring$form.memberPassword:tick:Ythe existing password
newPasswordstring$form.newPassword:tick:Y
newPasswordConfirmstring$form.newPasswordConfirm:tick:Y
Was this page helpful?