* CBI: improvements, bug fixes
[project/luci.git] / src / ffluci / view / admin_system / passwd.htm
1 <%+header%>
2 <h1><%:system System%></h1>
3 <h2><%:changepw Passwort ändern%></h2>
4 <div><br />
5 <% if msg then %>
6         <code><%=msg%></code>
7 <% else %>
8         <form method="post" action="<%=controller%>/admin/system/passwd">
9                 <input type="password" name="pwd1" /> <%:password Passwort%><br />
10                 <input type="password" name="pwd2" /> <%:confirmation Bestätigung%><br />
11                 <input type="submit" value="<%:save Speichern%>" />
12         </form>
13 <% end %>
14 </div>
15 <%+footer%>