mirror of
https://github.com/kepler155c/opus
synced 2025-12-19 22:58:06 +00:00
security
This commit is contained in:
@@ -62,11 +62,11 @@ end
|
|||||||
|
|
||||||
function os.getSecretKey()
|
function os.getSecretKey()
|
||||||
Config.load('os', config)
|
Config.load('os', config)
|
||||||
if not os.secretKey then
|
if not config.secretKey then
|
||||||
os.secretKey = math.random(100000, 999999)
|
config.secretKey = math.random(100000, 999999)
|
||||||
Config.update('os', config)
|
Config.update('os', config)
|
||||||
end
|
end
|
||||||
return os.secretKey
|
return config.secretKey
|
||||||
end
|
end
|
||||||
|
|
||||||
function os.updatePassword(password)
|
function os.updatePassword(password)
|
||||||
|
|||||||
Reference in New Issue
Block a user