{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "groups" %} {% block title %}Groups & permissions - {{ brand.name }}{% endblock %} {% block heading %}Groups & permissions{% endblock %} {% block admin_content %}
Permissions are a union: everyone starts with the baseline below, and each group they belong to can add more. A group never takes something away, so being in a second group can only widen what someone can do — which is what keeps “why can this person not do X?” answerable without simulating every group they are in. Administrators bypass all of it.
{% if saved %}What every signed-in user can do before any group is considered. Turn something off here and grant it through a group to make it opt-in.
No groups yet. Everybody gets the baseline above and nothing more.