Parental Control

Signed in as {{ username }}

Users

{% if users %} {% for user in users %}
{{ user.username }}
Linux user ID: {{ user.id }}
{% if user.enabled %} Enabled {% else %} Disabled {% endif %}
{% endfor %} {% else %}
No users configured yet.
{% endif %}

Add User

Add an existing Linux account to parental control.