Password
{% if has_password %}
Password is set.
{% else %}
No password set.
{% endif %}
Security keys
{% if webauthn_credentials %}
{% for cred in webauthn_credentials %}
-
{{ cred.device_name or "Security key" }}
(added {{ cred.created_at.strftime('%Y-%m-%d') }})
{% endfor %}
{% else %}
No security keys registered.
{% endif %}