network group wip

This commit is contained in:
kepler155c@gmail.com 2019-04-08 10:23:04 -04:00
parent 70733ab4f2
commit c633e935f8
1 changed files with 2 additions and 0 deletions

View File

@ -110,11 +110,13 @@ function page.wizard.pages.password:validate()
if #self.newPass.value > 0 then
Security.updatePassword(SHA1.sha1(self.newPass.value))
end
--[[
if #self.group.value > 0 then
local config = Config.load('os')
config.group = self.group.value
Config.update('os', config)
end
]]
return true
end