{% 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" %}
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 }} |
{{ 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 }} |
{{ user.email }} | |
Username | {{ user.username }} |
Display Name | {{ user.heliportuser.display_name }} |
ORCID |
{% if heliport_user.orcid %}
{% endif %}
|
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:
If you have files and wish to use them in HELIPORT. Connect to a machine here:
Manage Logins