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 /etc/passwd | |
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 'etc/passwd')
-rw-r--r-- | etc/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -root:x:0:0:Not a ruler:/root:/usr/bin/osh +root:4813494d137e1631bba301d5acab6e7bb7aa74ce1185d456565ef51d737677b2:0:0:Not a ruler:/root:/usr/bin/osh |