add user management

This commit is contained in:
team 1
2026-05-11 14:26:09 +02:00
parent 4d9ba6c7fc
commit acb1082398
13 changed files with 1246 additions and 66 deletions

View File

@@ -64,6 +64,13 @@
<i class="bi bi-hdd-rack"></i> Systemübersicht
</a>
{% if is_granted('ROLE_SUPER_ADMIN') %}
<a class="nav-link text-light {% if route starts with 'admin_users' %}active fw-bold{% endif %}"
href="{{ path('admin_users_index') }}">
<i class="bi bi-people-fill"></i> Benutzer
</a>
{% endif %}
<hr class="border-secondary">
<div class="text-info text-uppercase small mb-2">