This commit is contained in:
tuend-work
2025-11-12 23:10:39 +07:00
parent bd58de709f
commit 2e16431888
953 changed files with 57002 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<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>