{% extends "base.html" %} {% block title %}Users - OPNsense Backup Manager{% endblock %} {% block content %}
Create and manage user accounts.
| Username | Role | TOTP | Created | Actions |
|---|---|---|---|---|
| {{ user.username }} | {% if user.is_admin %}Admin{% else %}User{% endif %} | {% if user.totp_enabled %}Enabled{% else %}Disabled{% endif %} | {{ user.created_at.strftime('%Y-%m-%d %H:%M') if user.created_at else 'N/A' }} |
|