{% extends "admin_base.html" %} {% block title %}Viewing User{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Viewing User: {{ user.username }}


Setting this to "Yes" gives a user full administrative access to PufferPanel.

Update Password

Associated Servers


{% if servers[0]|length > 0 %} {% for server in servers %} {% endfor %}
Server Name Node Connection
{{ server.name }} {{ server.node_name }} {{ server.server_ip }}:{{ server.server_port }} {% if server.active == true %}Enabled{% else %}Disabled{% endif %}
{% else %}
There are no servers associated with this account.
{% endif %}
{% endblock %} {% block javascript %} {% endblock %}