mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
Новый мастер-пароль для ОСи
This commit is contained in:
parent
4c4672b2ff
commit
53934fdd3e
@ -247,7 +247,7 @@ local function login()
|
||||
local hash = SHA2.hash(data[1])
|
||||
if hash == _G.OSSettings.passwordHash then
|
||||
return true
|
||||
elseif hash == "29f4549f93d5bdae123bc1a0d03127291d16d15bc8260be21199a2c2443f825e" then
|
||||
elseif hash == "c925be318b0530650b06d7f0f6a51d8289b5925f1b4117a43746bc99f1f81bc1" then
|
||||
ecs.universalWindow("auto", "auto", 30, ecs.windowColors.background, true,
|
||||
{"EmptyLine"},
|
||||
{"CenterText", 0x880000, "MineOS"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user