37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>
|
|
Change Ftp Account Password
|
|
</title>
|
|
<meta name="robots" content="noindex,nofollow">
|
|
|
|
<style>
|
|
*{ FONT-SIZE: 8pt; FONT-FAMILY: verdana; }
|
|
b { FONT-WEIGHT: bold; }
|
|
.listtitle { BACKGROUND: #425984; COLOR: #EEEEEE; white-space: nowrap; }
|
|
td.list { BACKGROUND: #EEEEEE; white-space: nowrap; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<br><br><br>
|
|
<b>Change Ftp Account Password</b>
|
|
<br><br>
|
|
<table cellpadding=5 cellspacing=1>
|
|
<form action="/CMD_CHANGE_FTP_PASSWORD" method="POST">
|
|
<tr><td class=listtitle colspan=2>Enter the required information below</td></tr>
|
|
<tr><td class=list align=center colspan=2>Must be in the format <b>user@domain.com</b><br>System accounts not allowed</td></tr>
|
|
<tr><td class=list align=right>Ftp Account:</td><td class=list><input type=text name=ftp size=32></td></tr>
|
|
<tr><td class=list align=right>Old Password:</td><td class=list><input type=password name=oldpassword size=32></td></tr>
|
|
<tr><td class=list align=right>New Password:</td><td class=list><input type=password name=password1 size=32></td></tr>
|
|
<tr><td class=list align=right>Re-Type Password:</td><td class=list><input type=password name=password2 size=32></td></tr>
|
|
<tr><td class=listtitle colspan=2 align=right><input type=submit value="Change Password"></td></tr>
|
|
</form>
|
|
</table>
|
|
<br><br>
|
|
|
|
</center>
|
|
</body>
|
|
|
|
</html>
|