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

This is an example forgot password page. Users will come here when they forget their login credentials.

The user will submit his/her email address. If we have an experience user matching that email address, we will create a token and send the user a link to proceed with the request.

If a user is not found, we will not expose that to the user; rather, we tell him/her that we sent an email IF we found a user.

{{# if pageData.forgotPasswordSuccessMessage}} {{component "successAlert" pageData.forgotPasswordSuccessMessage}} {{else if pageData.forgotPasswordFailure}} {{component "errorAlert" pageData.forgotPasswordFailure}} {{else if request.query.resetError}} {{component "errorAlert" "Token is no longer valid. Please request a new password reset email."}} {{/if}}