{% include "includes/headers.html" %} {% set facet='settings' %} {% include "includes/navbar.html" %}

User settings

The HXL Proxy will soon allow you to save data recipes and manage private data by logging in via Humanitarian ID. For now, we will simply show you what we know about you through H.ID:

User gravatar
Full name
{{ member.name }}
Family name
{{ member.name_family }}
Given name
{{ member.name_given }}
Email (not public)
{{ member.email }}
H.ID user id (not public)
{{ member.id }}
Active H.ID user?
{% if member.active %}yes{% else %}no{% endif %}

To make changes or to logout of all H.ID-linked applications, please visit auth.humanitarian.id

{% include "includes/scripts.html" %}