diff options
Diffstat (limited to 'src/ffluci/view/admin_system/passwd.htm')
-rw-r--r-- | src/ffluci/view/admin_system/passwd.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ffluci/view/admin_system/passwd.htm b/src/ffluci/view/admin_system/passwd.htm new file mode 100644 index 0000000000..3458fef924 --- /dev/null +++ b/src/ffluci/view/admin_system/passwd.htm @@ -0,0 +1,15 @@ +<%+header%> +<h1><%:system System%></h1> +<h2><%:changepw Passwort ändern%></h2> +<div><br /> +<% if msg then %> + <code><%=msg%></code> +<% else %> + <form method="post" action="<%=controller%>/admin/system/passwd"> + <input type="password" name="pwd1" /> <%:password Passwort%><br /> + <input type="password" name="pwd2" /> <%:confirmation Bestätigung%><br /> + <input type="submit" value="<%:save Speichern%>" /> + </form> +<% end %> +</div> +<%+footer%>
\ No newline at end of file |