{% extends "admin_base.html" %} {% block copyright %} {% endblock %} {% set body_id = 'user_list' %} {% set page_heading = 'Users' %} {% block body %} {{ super() }}
The users list shows who is able to log into the image server, either via the login page or via the programmatic API. Logged in users can browse the image repository, and upload new images, run reports, and perform administrative functions if their permissions allow. A user typically belongs to one or more groups, with their access permissions coming from the groups.
Username | Name | Action | ||
{% if user.status == 0 %}
![]() ![]() |
{{ user.username }} | {{ user.get_full_name() }} | {{ user.email }} | {% if user.id != 1 and user.status != 0 %} {% endif %} |