From: Steven Barth Date: Sun, 21 Jun 2009 13:42:12 +0000 (+0000) Subject: Ignore checkpasswd locally X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2baab00b19fc6eb4e0aca4da035292e37d94a640;p=openwrt-luci.git Ignore checkpasswd locally --- diff --git a/build/setup.lua b/build/setup.lua index dbe9bdcc9a..a3e64f3d19 100644 --- a/build/setup.lua +++ b/build/setup.lua @@ -9,3 +9,5 @@ x(self, schemedir or SYSROOT .. "/lib/uci/schema") end + local sys = require "luci.sys" + sys.user.checkpasswd = function() return true end