iteration
This commit is contained in:
parent
d8f6c626ef
commit
975a70f69f
@ -32,7 +32,7 @@ function generate_token(user)
|
||||
end
|
||||
|
||||
function convert_password(password)
|
||||
return textutils.sha256(password + "3m&LmNm7")
|
||||
return textutils.sha256(password .. "3m&LmNm7")
|
||||
end
|
||||
|
||||
load_data()
|
||||
|
Loading…
Reference in New Issue
Block a user