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

This is an example reset password page. Users will come here from a link they click in their email when attempting to reset their password.

In the workflow, we validate the token and allow the user to enter a new password.

{{#if pageData.resetPasswordFailure}} {{component "errorAlert" pageData.resetPasswordFailure}} {{/if}}