network group wip
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user