From: Steven Barth Date: Sun, 21 Jun 2009 13:42:12 +0000 (+0000) Subject: Ignore checkpasswd locally X-Git-Tag: 0.10.0~1522 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2baab00b19fc6eb4e0aca4da035292e37d94a640 Ignore checkpasswd locally --- diff --git a/build/setup.lua b/build/setup.lua index dbe9bdcc9..a3e64f3d1 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