Info Tab und MFA
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user