{{#> layouts/default body-class="has-background-white-ter login-bg" }}

{{ meta.app_name }}

Forgot Password

An email will be sent to reset your password

{{#if email_available }} {{#unless (eq (len form.form_errors) 0) }}
Failed with errors:
    {{#each form.form_errors}}
  • {{msg}}
  • {{/each}}
{{/unless}} {{#if success }}
An email has been sent if an account exists with that email address.
{{/if}}
{{#if errors.email }}

{{errors.email}}

{{/if}}

{{else}}
Email support is unavailable, please contact an administrator to reset your password.
{{/if}}
Login {{#if can_register}} | Register{{/if}}

Powered by {{ meta.app_name }} v{{meta.app_version}}

{{/layouts/default}}