From 2124fea5e2c08f7f42d68a49493cb256df300fb9 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Fri, 6 Feb 2026 02:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dusersystem=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/UserSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/UserSystem.cs b/System/UserSystem.cs index ee1c38c..e47a8a8 100644 --- a/System/UserSystem.cs +++ b/System/UserSystem.cs @@ -550,7 +550,7 @@ namespace CMLeonOS User newUser = new User { Username = username, - Password = HashPasswordSha256(password), + Password = password, IsAdmin = isAdmin }; users.Add(newUser);