mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
修复usersystem问题
This commit is contained in:
@@ -550,7 +550,7 @@ namespace CMLeonOS
|
||||
User newUser = new User
|
||||
{
|
||||
Username = username,
|
||||
Password = HashPasswordSha256(password),
|
||||
Password = password,
|
||||
IsAdmin = isAdmin
|
||||
};
|
||||
users.Add(newUser);
|
||||
|
||||
Reference in New Issue
Block a user