{% extends "base.html" %} {% block title %}User Profile{% endblock %} {% block page_content %}
Username: {{ username }}
{% if user.last_login %}Last login: {{ user.last_login }}
{% endif %}Copy your token now. It will not be shown again.
API tokens authenticate with the QUADS API. Use as a Bearer token:
Authorization: Bearer qat_...
| Name | Token | Created | Last Used | |
|---|---|---|---|---|
| {{ token.name }} | {{ token.token_prefix }}... |
{{ token.created_at }} | {% if token.last_used %} {{ token.last_used }} {% else %} Never {% endif %} |
No API tokens yet.
{% endif %}Your SSH key is automatically distributed to hosts in your assignments.
| Cloud | Description | Ticket | Self-Scheduled |
|---|---|---|---|
| {{ assignment.cloud.name }} | {{ assignment.description }} | {% if assignment.ticket %} {{ assignment.ticket }} {% endif %} | {% if assignment.is_self_schedule %} Yes {% else %} No {% endif %} |
You currently have no cloud assignments.
{% endif %}