.
This commit is contained in:
parent
76135cbb19
commit
3f4000b00b
@ -11,7 +11,7 @@ end
|
||||
local function createPwHash()
|
||||
local inputConfirmed = false
|
||||
while not inputConfirmed do
|
||||
basic.clearDisplay()
|
||||
--basic.clearDisplay()
|
||||
write("Create a new password: ")
|
||||
local input = read("*")
|
||||
pwHash = hash.digestStr(input .. os.getComputerID())
|
||||
|
Loading…
Reference in New Issue
Block a user