v1 readiness: CHANGELOG + threat model + first-run onboarding polish #26

Merged
steve merged 2 commits from v1-readiness into main 2026-05-09 12:52:33 +01:00
Showing only changes of commit 038785a355 - Show all commits
+1 -1
View File
@@ -156,7 +156,7 @@ func run() error {
}
fmt.Fprintln(os.Stderr, "")
fmt.Fprintln(os.Stderr, " Headless? POST {token, username, password} to /api/bootstrap")
fmt.Fprintln(os.Stderr, " with this one-shot token (valid until first user is created):")
fmt.Fprintln(os.Stderr, " with this one-shot bootstrap token (valid until first user exists):")
fmt.Fprintln(os.Stderr, " "+token)
fmt.Fprintln(os.Stderr, "================================================================")
}