{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %} {% load vendor_tags %} {% block content %} {% vendor_css "codemirror" %}

Settings

User Information

{% if user.ldap_user %} {% else %} {% endif %}
Backend LDAP
User ID {{ user.ldap_user.attrs.uid.0 }}
Surname {{ user.ldap_user.attrs.sn.0 }}
Given Name {{ user.ldap_user.attrs.givenname.0 }}
E-Mail {{ user.ldap_user.attrs.mail.0 }}
Group {{ user.ldap_user.attrs.ou.0 }}
Institute {{ user.ldap_user.attrs.o.0 }}
Surname {{ user.last_name }}
Given Name {{ user.first_name }}
E-Mail {{ user.email }}
Username {{ user.username }}
Display Name {{ user.heliportuser.display_name }}
ORCID
{% if heliport_user.orcid %} {% endif %}

HELIPORT API Tokens

{% comment %} trigger delete modal {% endcomment %} {% comment %} Delete Modal {% endcomment %} {% comment %} Show Token Modal {% endcomment %} {% for token in tokens %} {% endfor %}
Hash Date created
{{ token.digest|truncatechars:7 }} {{ token.namedtoken.name }} {{ token.created }} {% if token.expiry %} {{ token.expiry }} {% else %} Never {% endif %}
New

Example how to use tokens using python requests:

Remote Server

If you have files and wish to use them in HELIPORT. Connect to a machine here:

Manage Logins

{% endblock content %} {% block script %} {% vendor_js "codemirror" %} {% endblock script %}