{{define "profile"}}{{template "base" .}}{{end}} {{define "title"}}Profile — MCIAS{{end}} {{define "content"}}

Two-Factor Authentication (TOTP)

{{template "totp_section" .}}
{{if .WebAuthnEnabled}}

Passkeys & Security Keys

Register a passkey (Touch ID, Windows Hello) or a hardware security key (YubiKey, FIDO2) for passwordless sign-in or two-factor authentication.

{{template "webauthn_credentials" .}}

Add a Passkey or Security Key

{{template "webauthn_enroll" .}}
{{end}}

Change Password

Enter your current password and choose a new one. Other active sessions will be revoked.

{{template "password_change_form" .}}
{{end}}