summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-08-16 22:19:37 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2020-08-16 22:19:37 +0300
commit258e74c1c3e465e0c5561a0efbda0d4d2724eda3 (patch)
tree569631b34c63a81ccc2d7af36faf2471ba05545b /themes/luci-theme-material
parent6e60a65d8a49689e6516e972081569d038fc6730 (diff)
themes: remove deprecated reference to enabling SSH
Remove the reference to setting a password being linked to SSH capability. (SSH has been initially enabled since year 2015.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r--themes/luci-theme-material/luasrc/view/themes/material/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
index 32678a322..f81aae5ac 100644
--- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm
+++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm
@@ -210,7 +210,7 @@
<%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
<div class="alert-message warning">
<h4><%:No password set!%></h4>
- <p><%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%></p>
+ <p><%:There is no password set on this router. Please configure a root password to protect the web interface.%></p>
<% if disp.lookup("admin/system/admin") then %>
<div class="right"><a class="btn" href="<%=url("admin/system/admin")%>"><%:Go to password configuration...%></a></div>
<% end %>