{% 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 %} {% block content %}

Settings

User Information

{% if user.ldap_user %} {% else %} {% endif %}
Backend LDAP
User-ID {{ user.ldap_user.attrs.uid.0 }}
Surename {{ user.ldap_user.attrs.sn.0 }}
Givenname {{ 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 }}
Surename {{ user.last_name }}
Givenname {{ 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

{% 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 %} {% block script %} {% endblock %}