docs: document default admin credentials and prioritise Docker setup (#2)#20
Merged
Conversation
daniel3303
force-pushed
the
docs/admin-credentials
branch
from
May 14, 2026 16:00
219f10d to
931b09c
Compare
Closes #2. - README: add default admin credentials (admin@mcpmanager.local / 123456) to the Quick Start block with a reminder to change the password on first login. - README: move the Docker setup above Run Locally since Docker is the recommended entry point for most users. - CHANGELOG: record the README update under Unreleased.
daniel3303
force-pushed
the
docs/admin-credentials
branch
from
May 14, 2026 16:11
931b09c to
5adc8c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #2.
The README didn't show the default admin credentials, so first-time users had no way to log in after running the Docker image. This PR:
admin@mcpmanager.local/123456) directly in the Quick Start block, with a reminder to change the password on first login from the user menu → Change Password.CHANGELOG.mdunder Unreleased.Verified by running
daniel3303/mcpmanager:latestlocally and signing in with the documented credentials.Code changes
README.md— credentials added to Quick Start; Docker section moved above Run Locally; the Prerequisites heading is nested under Run Locally where it's actually needed.CHANGELOG.md— new bullet under[Unreleased] → Changed.