From 0a400811f9c85584e7897a822dc70b5c9c38192d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 10 Jul 2025 02:41:17 -0400 Subject: usr: login: Implement 'password' input/hashing - Update /etc/passwd to contain the hash for 'root' - Implement password checking login in the 'login' program - Add information about default credentials in the README Signed-off-by: Ian Moffett --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1d7f9a9..5592a0d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ After running the configure script, you can now actually build Hyra: This will generate a new `Hyra.iso` file. + +Default User: +---------------- +Upon booting, the `login` program will ask for user credentials. The default username is `root` and the default +password is also `root`. + Documentation: -------------- Documentation will be in the form of comments throughout the codebase and can also be found in the share/ directory within the project root. -- cgit v1.2.3