mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 10:53:12 -04:00
[PR #294] [MERGED] docs: clarify web UI account setup #303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/294
Author: @mason5052
Created: 4/29/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-289-web-ui-account-guidance📝 Commits (1)
4a8c491docs: clarify web UI account setup📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
README.md(+11 -0)📄 Description
Summary
Problem
New users can see the Web UI login screen but the README only mentioned the default credentials in one line. That made it unclear whether they should sign up from the UI, use the seeded admin account, or manage additional users elsewhere.
Solution
I added a focused README note beside the Web UI access instructions, grounded in the current seeded admin account, password reset maintenance screen, and
/api/v1/users/REST API.User Impact
First-time operators get a clearer path into the UI and a more accurate expectation for multi-user setup without implying that public registration is available.
Test Plan
git diff --check.Closes #289
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.