diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-10 02:41:17 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-10 02:42:46 -0400 |
commit | 0a400811f9c85584e7897a822dc70b5c9c38192d (patch) | |
tree | 676e044cf7d6cb3c45492eef5699d703220ffb9f /README.md | |
parent | caae25854d3e93dbef5bab45cda9d52f82a94333 (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |