summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGeorgi Valkov <gvalkov@abv.bg>2015-07-17 19:52:24 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-07-27 11:37:09 +0200
commit48c8cad48a028679649b57d13dd79f0df226446b (patch)
treeaf54db7b7f0df84e34d7bea8b2ebf2c77ef86062 /modules
parent77acfe0b46117292638ad03a54df0b884c182c15 (diff)
Workaround: saved administration site user and pass may appear on the Wireless configuration page, replacing the WPA key.
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/luasrc/view/cbi/network_netlist.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/network_netlist.htm b/modules/luci-base/luasrc/view/cbi/network_netlist.htm
index 7e23d149a..4f186ca8e 100644
--- a/modules/luci-base/luasrc/view/cbi/network_netlist.htm
+++ b/modules/luci-base/luasrc/view/cbi/network_netlist.htm
@@ -59,6 +59,7 @@
<%- else -%>
<%:unspecified -or- create:%>
<%- end -%>&#160;</em></label>
+ <input style="display:none" type="password" />
<input style="width:6em" type="text"<%=attr("name", cbid .. ".newnet")%> onfocus="document.getElementById('<%=cbid%>_new').checked=true" />
</div>
</li>