{% 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.
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
{{ org_name }} can read and write other information about you (country, researcher-urls, keywords, etc.) to your ORCID record
|
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.
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 %}