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

Two-Factor Authentication (TOTP)

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

Passkeys

Passkeys let you sign in without a password using your device's biometrics or a security key.

{{template "webauthn_credentials" .}}

Add a Passkey

{{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}}