{% extends "layout.html" %} {% block title %}account settings — kitgit{% endblock %} {% block content %}
settings

Account

{% if let Some(err) = error %}
{{ err }}
{% endif %} {% if let Some(msg) = message %}
{{ msg }}
{% endif %}
appearance

Ink on paper by day, charcoal by night — or follow your system.

username
password

Change your account password.

emails

Emails are hidden on your profile unless you opt in. Extra addresses help match commit authors.

{% if !emails.is_empty() %} {% endif %}
two-factor authentication

Add an authenticator app for an extra sign-in step.

sessions {% if sessions.is_empty() %}

No active sessions.

{% else %} {% endif %}
security audit log

Recent sign-ins and account changes for this account.

{% if audit_entries.is_empty() %}

No audit events yet.

{% else %} {% endif %}
GDPR
delete account
{% endblock %}