{# SPDX-FileCopyrightText: 2015-2024 CERN. SPDX-License-Identifier: MIT #} {%- extends config.ACCOUNTS_COVER_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {%- set messages = get_flashed_messages(with_categories=true) -%} {% block page_body %}
{{ message }}
{%- endfor %} {%- else %}{{_('Enter your email address below and we will send you a link to reset your password.')}}
{%- with form = forgot_password_form %} {%- endwith %} {%- endif %}{{_('Log in')}} {% if security.registerable %} {{_('or')}} {{_('Sign up')}} {% endif %}
{%- endif %}