{% extends "layout.html" %} {% block title %}account settings — kitgit{% endblock %} {% block content %} settings Account profile account mfa ssh / gpg {% if let Some(err) = error %} {{ err }} {% endif %} {% if let Some(msg) = message %} {{ msg }} {% endif %} username username change username password Change your account password. current password new password change password emails Emails are hidden on your profile unless you opt in. Extra addresses help match commit authors. show primary email on profile vigilant mode (flag unsigned commits) save privacy {% if !emails.is_empty() %} {% for e in emails %} {{ e.email }} {% if e.is_primary %}primary{% endif %} {% if e.verified %}verified{% endif %} {% if !e.is_primary %} remove {% endif %} {% endfor %} {% endif %} add email add two-factor authentication Add an authenticator app for an extra sign-in step. manage MFA sessions {% if sessions.is_empty() %} No active sessions. {% else %} {% for s in sessions %} {% if s.is_current %}current{% endif %} {{ s.ip_address }}{% if !s.user_agent.is_empty() %} · {{ s.user_agent }}{% endif %} last seen {{ s.last_seen_at }} {% if !s.is_current %} revoke {% endif %} {% endfor %} {% endif %} revoke other sessions GDPR export my data delete account type {{ user.username }} to delete delete account {% endblock %}
Change your account password.
Emails are hidden on your profile unless you opt in. Extra addresses help match commit authors.
Add an authenticator app for an extra sign-in step.
No active sessions.
{{ user.username }}