{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% extends config.OVERRIDE_ACCOUNT_BASE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% block page_body %} {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %}

{{ _("Log in to") }} {{ title }}

{{ _("Access and manage your research data.") }}

{%- from "invenio_override/macros/messages.html" import flashed_messages with context -%} {%- set _flash_html = flashed_messages() %} {%- set _allowed = config.get("OVERRIDE_LOGIN_OAUTH_PROVIDERS") %} {%- set _has_sso = config.OAUTHCLIENT_REMOTE_APPS and (_allowed is none or _allowed | length > 0) %}
{% endblock page_body %} {% block javascript %} {{ super() }} {% endblock javascript %}