Ignore checkpasswd locally
This commit is contained in:
parent
a2c71bf739
commit
2baab00b19
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@
|
||||||
x(self, schemedir or SYSROOT .. "/lib/uci/schema")
|
x(self, schemedir or SYSROOT .. "/lib/uci/schema")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local sys = require "luci.sys"
|
||||||
|
sys.user.checkpasswd = function() return true end
|
||||||
|
|
Loading…
Reference in a new issue