{% extends "admin/_layout.html" %} {% from "_macros.html" import icon, model_avatar %} {% set section = "groups" %} {% block title %}Groups & permissions - LLeMbas{% 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. 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. Create one to grant extra permissions, or to restrict a model to a subset of users.