{# Copyright (C) 2020 Graz University of Technology. invenio-theme-iform 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.INVENIO_THEME_IFORM_ACCOUNT_BASE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% block page_body %}

Create an Account

Citeable. Discoverable.

Uploads get a Digital Object Identifier (DOI) to make them easily and uniquely citeable.

Communities.

Accept or reject uploads to your own community (e.g workshops, EU projects, institutions or entire disciplines).

Trusted Research Data Management

Built on top of I-Form expertise in the managing of research data.

{# Sigup with SSO #} {%- if config.INVENIO_CONFIG_IFORM_SHIBBOLETH %}
{{ _ ("Or") }}
{%- endif %} {%- block form_header %} {# can add a header img #} {%- block form_outer %} {%- endblock form_outer %} {%- endblock form_header %} {%- with form = register_user_form %} {%- set accordion_active = "active" if form.errors else "" %}
Sign up with repository credentials
{{ form_errors(form) }} {{ form.hidden_tag() }} {%- block registration_form_fields scoped %} {{ render_field(form.email, icon="user icon", autofocus=True, errormsg=False) }} {{ render_field(form.password, icon="lock icon", errormsg=False) }} {%- if form.password_confirm %} {{ render_field(form.password_confirm, icon="lock icon", errormsg=False) }} {%- endif %} {%- endblock registration_form_fields %} {%- if form.recaptcha %}
{{ form.recaptcha() }}
{%- endif %}
{%- endwith %}
{% endblock page_body %}