Ignore checkpasswd locally
authorSteven Barth <steven@midlink.org>
Sun, 21 Jun 2009 13:42:12 +0000 (13:42 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 21 Jun 2009 13:42:12 +0000 (13:42 +0000)
build/setup.lua

index dbe9bdc..a3e64f3 100644 (file)
@@ -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