{{define "content"}} {{$a := .Data.Admin}}
The single administrator account for this server.
{{template "settingsnav" dict "Subnav" "account"}}The management interface uses HTTP Basic authentication over a single administrator account. There is no session cookie to steal, but browsers do replay the credentials on every request, so state-changing requests additionally carry a signed CSRF token.
Repeated failed sign-ins from one address are locked out for a few minutes.
For automation, use an API token rather than the administrator password: tokens are individually revocable and carry no ability to change credentials.