summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-10 02:41:17 -0400
committerIan Moffett <ian@osmora.org>2025-07-10 02:42:46 -0400
commit0a400811f9c85584e7897a822dc70b5c9c38192d (patch)
tree676e044cf7d6cb3c45492eef5699d703220ffb9f /README.md
parentcaae25854d3e93dbef5bab45cda9d52f82a94333 (diff)
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 <ian@osmora.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.