aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/changepassword.html
blob: 7e37b9a3459b7e4f8b6e862cfbe1491be88dcb36 (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="{$base_path}/admin/password" 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>