Info Tab und MFA

This commit is contained in:
Erik Thiele
2026-06-28 15:14:06 +02:00
parent 1243910d4b
commit 297b52e50c
15 changed files with 5203 additions and 6363 deletions

View File

@@ -76,6 +76,7 @@
<th>Rolle</th>
<th>Standorte</th>
<th>Abteilung</th>
<th>MFA</th>
<th>Status</th>
<th>Aktionen</th>
</tr>
@@ -106,6 +107,13 @@
{% endif %}
</td>
<td class="text-muted small">{{ u.department }}</td>
<td>
{% if u.mfa_enabled %}
<span class="badge bg-green text-green-fg">Aktiv</span>
{% else %}
<span class="text-muted"></span>
{% endif %}
</td>
<td>
{% if u.must_change_password %}
<span class="badge bg-warning text-white">Passwort-Änderung erforderlich</span>