themes/openwrt: suppress password warning on low privilege pages which have no access...
[project/luci.git] / 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.%>