Ignore checkpasswd locally

This commit is contained in:
Steven Barth 2009-06-21 13:42:12 +00:00
parent a2c71bf739
commit 2baab00b19

View file

@ -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