From 8f37902d35db3274b4513f0df578197944414fa0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Sep 2016 15:38:03 -0600 Subject: [PATCH] Switch user and root password --- filesystem/etc/issue | 4 ++-- filesystem/etc/passwd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesystem/etc/issue b/filesystem/etc/issue index 3fc86b463..6a963d8a7 100644 --- a/filesystem/etc/issue +++ b/filesystem/etc/issue @@ -1,6 +1,6 @@ ########## Redox OS ########## # Login with the following: # -# `root` # -# `user`:`password` # +# `user` # +# `root`:`password` # ############################## diff --git a/filesystem/etc/passwd b/filesystem/etc/passwd index 9c71c964f..3ca63b5ba 100644 --- a/filesystem/etc/passwd +++ b/filesystem/etc/passwd @@ -1,2 +1,2 @@ -root;;0;0;root;file:root;file:bin/ion -user;E9A75486736A55AF4FEA861E237835C4A555A05094DEE1DCA2F68AFEA49CC3A5E8DE6EA131EA521311F4D6FB054A146E8282F8E35FF2E6368C1A62E909716;1000;1000;user;file:home/user;file:bin/ion +root;E9A75486736A55AF4FEA861E237835C4A555A05094DEE1DCA2F68AFEA49CC3A5E8DE6EA131EA521311F4D6FB054A146E8282F8E35FF2E6368C1A62E909716;0;0;root;file:root;file:bin/ion +user;;1000;1000;user;file:home/user;file:bin/ion