{% extends "base.html" %}
{% block title %}Users — {{ title }}{% endblock %}
{% block content %}
Each user gets an OS account, a home jail, and a panel login (same password) for their own dashboard.Hosting users
{{ error }}
{% endif %} {% if ok %}{{ ok }}
{% endif %}| User | Home | Created |
|---|---|---|
| {{ u.username }} | {{ u.home }} | {{ u.created_at }} |
| No users yet | ||