{% extends "base.html" %} {% block title %}Your account — {{ site_name }}{% endblock %} {% block content %}
Your account

{{ user_email }}

One helexa account covers both this portal and helexa.ai itself — the same email and password sign you in to evaluate the platform.

Access

{% if rounds %}
{% for r in rounds %} {% endfor %}
MaterialStatusGranted
{{ r.title }} {{ r.state }} {{ r.granted_at }}
{% else %}

No material is currently shared with this account.

{% endif %}

Password

Your password is managed with your helexa account. To change or reset it, use the reset flow on helexa.ai — the change applies here too.

What we record

We log which documents your account opens, and when. That is deliberate: this material is confidential, and knowing who has read what is part of how we look after it. See how we handle your data.

Sign out

{% endblock %}