{% extends "base.html" %} {% block title %}Profile - Adapt{% endblock %} {% block content %}

Your Profile

Manage your API keys and account settings.

API Keys

API keys allow programmatic access to Adapt resources. Create keys for scripts, tools, or integrations.

Create New API Key
Maximum 365 days (1 year).
Your API Keys

Loading...

Account Information

Username: {{ user.username }}

Superuser: {% if is_superuser %}Yes{% else %}No{% endif %}

{% endblock %} {% block extra_scripts %} {% endblock %}