This commit is contained in:
tuend-work
2025-11-13 07:41:56 +07:00
parent 7f357f3a30
commit 4478491d73
1729 changed files with 193578 additions and 20 deletions

View File

@@ -0,0 +1,35 @@
<html>
<head>
<title>
Change Email 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 E-Mail Password</b>
<br><br>
<table cellpadding=5 cellspacing=1>
<form action="/CMD_CHANGE_EMAIL_PASSWORD" method="POST">
<tr><td class=listtitle colspan=2>Enter the required information below</td></tr>
<tr><td class=list align=right>Email Address:</td><td class=list><input type=text name=email 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>