Configured once here and reused by every type: email task and every pipeline notify: block. A task may still override any field inline.
Admins see everything. Other accounts only see the pipelines they are granted, and can only take the actions granted on each one.
| User | Role | State | Last login | Pipeline permissions | Actions |
|---|---|---|---|---|---|
| {{ item.username }} | {{ item.role }} | {% if item.is_active %}active{% else %}disabled{% endif %} | {{ item.last_login_at or "never" }} | {% if item.role == 'admin' %} {% elif item.permissions %} {% for pipeline_id, actions in item.permissions.items() %} {% endfor %} {% else %}none{% endif %} |
|