{% extends "base.html" %} {% block title %}Admin - MCP{% endblock %} {% block content %}
Signed in as {{ admin_name }}
| Admin | 2FA | Status | Connected | Created | Actions | |
|---|---|---|---|---|---|---|
{{ a.email }} |
{% if a.is_admin %}yes{% else %}no{% endif %} | {% if a.totp_enrolled %}on{% else %}off{% endif %} | {{ a.status }} | {% if a.connected %}yes{% else %}no{% endif %} | {{ a.created_at }} | {% if a.is_self %} You {% else %} {% if a.is_active %} {% else %} {% endif %} {% if a.totp_enrolled %} {% endif %} {% endif %} |
| No accounts yet. | ||||||
An account's upstream connection is its own: whether one is connected is shown, but its URL and credential are never listed or readable here.
| Key | Value |
|---|---|
{{ s.key }} | {{ s.value }} |
| No settings. | |