{% extends "admin_base.html" %} {% block title %}Viewing User{% endblock %} {% block content %}

Viewing User: {{ user.username }}


{% if get.disp is defined and get.disp != 1 %} {% if get.disp == 'p_updated' %}
Account password has been updated.
{% elseif get.disp == 'd_updated' %}
Account email & administrator status updated.
{% endif %} {% endif %}

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

Update Password

Account Servers


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