{% extends "layout.html" %} {% block content %}

Kia ora {{ user.name}},

You are logged into the NZ ORCID Hub through {{ user.organisation.name }}.

You have given the following permission(s) to your ORCID record using the Hub.

{% for d in users_orcid or [] %} {% set org_name = d.org.name %} {% endfor %}
email address ORCID permission(s)
{% if d.user.email %}{{ d.user.email}} {% endif %} {% if d.scope %} {% if d.scope == "/read-limited,/activities/update" %}

{{ org_name }} can read and write information to your ORCID record

  1. {{ org_name }} can read your trusted-party information.
  2. {{ org_name }} can create and update research activities.
{% elif d.scope == "/read-limited,/person/update" %}

{{ org_name }} can read and write other information about you (country, researcher-urls, keywords, etc.) to your ORCID record

  1. {{ org_name }} can read your trusted-party information.
  2. {{ org_name }} can add/update other information about you (country, keywords, etc.)
{% elif d.scope == "/read-limited" %} {{ org_name }} can read trusted-party information from your ORCID record. {% elif d.scope == "/authenticate" %} {{ org_name }} knows your authenticated ORCID iD {% else %} {{d.scope}} {% endif %} {% endif %}

No further action from you is needed; you're welcome to log out of the Hub.

{% if session['Should_not_logout_from_ORCID'] %}

To review and manage all your ORCID permissions, log into the settings page of your ORCID record here: {{ profile_url + 'account' }} and review the "Trusted organisations" listed.

Take me to my record in ORCID {% else %}

To review and manage all your ORCID permissions, log into the settings page of your ORCID record here: {{ profile_url + 'account' }} and review the "Trusted organisations" listed.

{% endif %} Hub FAQ {% if current_user.orcid %} Your CV {% endif %}
{% endblock %}