feat(onboarding): show friendly log with path to default admin password#631
Open
inder02 wants to merge 1 commit into
Open
feat(onboarding): show friendly log with path to default admin password#631inder02 wants to merge 1 commit into
inder02 wants to merge 1 commit into
Conversation
Added a user-friendly log message showing the location of the admin password file, inspired by Jenkins, to help users (especially container users) easily find it.
Author
|
Hi maintainers 👋 I'm new to the DevOps field and currently learning tools like Jenkins and Nexus. While working with Nexus, I noticed that it doesn't clearly guide new users to the location of the initial admin password when running in a container — something Jenkins does really well during onboarding. This small usability issue stood out to me because I faced it personally while learning Nexus. So, I decided to try solving it — and that’s what this PR does! 🙌 This is also my first open-source contribution, and I’m very excited (and a bit nervous 😄). I'm open to any suggestions or improvements you might have. Thanks a lot for reviewing and maintaining this awesome project! 🚀 |
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.
This PR adds a log message to inform users where to find the initial admin password file
when the server starts. This improves onboarding experience, especially when running in containers.
Inspired by how Jenkins shows the password file path in logs.