From d4657c389daf71be0f6bd487f31afaef60cb8e57 Mon Sep 17 00:00:00 2001 From: kqjy Date: Fri, 27 Feb 2026 21:58:10 +0800 Subject: [PATCH] Fix misleading default credentials in README to match actual random generation behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d485351..24b61d4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ python run.py --mode api # API only (port 5000) python run.py --mode ui # UI only (port 5100) ``` -**Default Credentials:** `localadmin` / `localadmin` +**Credentials:** Generated automatically on first run and printed to the console. If missed, check the IAM config file at `/.myfsio.sys/config/iam.json`. - **Web Console:** http://127.0.0.1:5100/ui - **API Endpoint:** http://127.0.0.1:5000