themes/openwrt: suppress password warning on low privilege pages which have no access to /etc/passwd

This commit is contained in:
Jo-Philipp Wich 2010-11-23 01:13:13 +00:00
parent 450bdd5a40
commit 9dc9b63282

View 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.%>