{% extends "tesm_core/base.html" %}
{% from "tesm_core/macros.html" import field, alert, pill, empty_state %}
{% block page_title %}Sicherheit{% endblock %}
{% block page_sub %}Passwort, zweiter Faktor und aktive Sitzungen{% endblock %}
{% block breadcrumb %}
{% endblock %}
{% block content %}
{% if recovery_codes %}
{% for code in recovery_codes %}{{ code }}
{% endfor %}
{{ pending_uri }}
Ein zweiter Faktor schuetzt Ihr Konto auch dann, wenn Ihr Passwort bekannt wird.
{% endif %}|
{{ entry.ip or 'unbekannte Adresse' }}
{% if entry.id == current_sid %}{{ pill('diese Sitzung', 'online') }}{% endif %}
{{ entry.user_agent or '-' }}
aktiv {{ entry.last_seen_at | dt }}
|
{% if entry.id != current_sid %} {% endif %} |