{{#fillSection "metaDescription"}}This is an example change password page for your application experience.{{/fillSection}}

This is an example of a change password page. An experience user must enter his/her current password and a new password to complete the request.

{{#if pageData.passwordError}} {{component "errorAlert" pageData.passwordError}} {{else}} {{#if request.query.success}} {{component "successAlert" "Password changed."}} {{/if}} {{/if}}