themes/openwrt: suppress password warning on low privilege pages which have no access...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Nov 2010 01:13:13 +0000 (01:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Nov 2010 01:13:13 +0000 (01:13 +0000)
themes/openwrt/luasrc/view/themes/openwrt.org/header.htm

index 1078c51..1177fa0 100644 (file)
@@ -176,7 +176,7 @@ if tree.nodes[category] and tree.nodes[category].ucidata then
                        </div>
                </noscript>
 
-               <%- if not luci.sys.user.getpasswd("root") then -%>
+               <%- if luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
                <div class="errorbox">
                        <strong><%:No password set!%></strong><br />
                        <%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%>