{{ define "content" }}
Username: admin
MFA Status: {{ if .MFAEnabled }} Enabled {{ else }} Disabled {{ end }}
Scan the QR code with your authenticator app or enter the secret manually.
{{ .MFASecret }}
{{ .MFAURL }}
Alternative CLI management:
Use the command-line interface with the executable flags:
./unifi-blocklist-app -pw "NewPassword" - Change password./unifi-blocklist-app -mfa on - Enable MFA./unifi-blocklist-app -mfa off - Disable MFA