{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "users" %} {% block title %}Users - {{ brand.name }}{% endblock %} {% block heading %}Users{% endblock %} {% block admin_content %}
Every account on this instance. Open one to see what it can actually do and where each of those permissions came from. Group membership is edited from the group's own page — one control per value, so a save on one screen cannot undo a save on another.
{% if saved %}{{ "Nobody matches that." if q else "No accounts yet." }}
Without going through registration — useful when sign-up is closed.