mirror of
https://github.com/kepler155c/opus
synced 2025-01-03 20:30:28 +00:00
network group wip
This commit is contained in:
parent
70733ab4f2
commit
c633e935f8
@ -110,11 +110,13 @@ function page.wizard.pages.password:validate()
|
|||||||
if #self.newPass.value > 0 then
|
if #self.newPass.value > 0 then
|
||||||
Security.updatePassword(SHA1.sha1(self.newPass.value))
|
Security.updatePassword(SHA1.sha1(self.newPass.value))
|
||||||
end
|
end
|
||||||
|
--[[
|
||||||
if #self.group.value > 0 then
|
if #self.group.value > 0 then
|
||||||
local config = Config.load('os')
|
local config = Config.load('os')
|
||||||
config.group = self.group.value
|
config.group = self.group.value
|
||||||
Config.update('os', config)
|
Config.update('os', config)
|
||||||
end
|
end
|
||||||
|
]]
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user