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 --- etc/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/passwd b/etc/passwd index 298e923..7855b99 100644 --- a/etc/passwd +++ b/etc/passwd @@ -1 +1 @@ -root:x:0:0:Not a ruler:/root:/usr/bin/osh +root:4813494d137e1631bba301d5acab6e7bb7aa74ce1185d456565ef51d737677b2:0:0:Not a ruler:/root:/usr/bin/osh -- cgit v1.2.3