{{define "content"}}

Account

{{if .MustChangePassword}}

You're signed in with the default admin/admin login — set your own username and password below to continue.

{{end}}

Signed in as {{.Username}}.

{{if .Error}}

{{.Error}}

{{end}}

Username: 3-32 characters (letters, numbers, dot, underscore, hyphen). Password: at least 8 characters.

Two-Factor Authentication (MFA)

{{if .MFAError}}

{{.MFAError}}

{{end}} {{if .MFAEnabled}}

MFA is enabled — an authenticator code is required at sign-in.

{{else if .MFAPendingSecret}}

Scan this with your authenticator app (Google Authenticator, Authy, 1Password, etc.), or enter the key manually, then enter the 6-digit code it shows to confirm:

{{if .MFAQRDataURI}}MFA setup QR code{{end}}

{{.MFAPendingSecret}}

otpauth URI: {{.MFAOtpauthURI}}

{{else}}

MFA is not enabled. 1 user account is currently supported.

{{end}}
{{end}}