mirror of
https://github.com/kepler155c/opus
synced 2024-12-31 19:00:27 +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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user