aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/changepassword.html
blob: c40daf9d385b781fe3c2c1bbfa713b00a2164ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body onload="document.changepasswordform.oldpassword.focus();">
<div id="pageheader">
	{include="page.header"}
	<form method="POST" action="#" name="changepasswordform" id="changepasswordform">
	Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
	New password: <input type="password" name="setpassword">
	<input type="hidden" name="token" value="{$token}">
	<input type="submit" name="Save" value="Save password" class="bigbutton"></form>
</div>
{include="page.footer"}
</body>
</html>