{{ define "content" }}

Profile

{{ with .PageData }}

Username: admin

MFA Status: {{ if .MFAEnabled }} Enabled {{ else }} Disabled {{ end }}

To manage MFA or change password, use the command-line interface with the executable flags.

{{ end }} {{ end }}