{% extends "base.html" %} {% block title %}Users — {{ title }}{% endblock %} {% block content %}

Hosting users

Each user gets an OS account, a home jail, and a panel login (same password) for their own dashboard.

{% if error %}

{{ error }}

{% endif %} {% if ok %}

{{ ok }}

{% endif %}

Create user

{% for u in hosting_users %} {% else %} {% endfor %}
UserHomeCreated
{{ u.username }}{{ u.home }}{{ u.created_at }}
No users yet
{% endblock %}