From fd2ea71cec17020f6badcfc04623654f94fda5bc Mon Sep 17 00:00:00 2001 From: red person Date: Mon, 1 Jun 2026 12:59:24 +0300 Subject: [PATCH] Clarify first-run admin login --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d17d3cf..2f2da5b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Defaults work out of the box: clone, run, then configure models/search/email inside **Settings**. Only edit `.env` for deployment-level overrides like `APP_PORT`, `AUTH_ENABLED`, `DATABASE_URL`, or a pre-seeded admin password. +On first setup, Odysseus creates an admin account (`admin` unless +`ODYSSEUS_ADMIN_USER` is set) and prints a temporary password in the terminal. +For Docker installs, the same line is in `docker compose logs odysseus`. +Use that for the first login, then change it in **Settings**. + Contributing? See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, testing, and pull request guidelines.