.
This commit is contained in:
parent
79c139a1f8
commit
bffd9fe4ed
@ -7,6 +7,7 @@ local function create_new_bos_pw()
|
||||
local input = read("*")
|
||||
local pw_hash = hash.digestStr(input .. os.getComputerID())
|
||||
basic_functions.write_to_file("bos/files/bos-pw-hash.txt", pw_hash)
|
||||
basic_functions.write_to_file("bos/files/system-lock-status.txt", false)
|
||||
end
|
||||
|
||||
local function pw_prompt()
|
||||
|
Loading…
Reference in New Issue
Block a user