Untitled
2 years ago in Plain Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="Pragma" content="no-cache"/>
<title>Change password</title>
<link rel="stylesheet" type="text/css" href="https://zimbra.al/css/common,login,zhtml,serenity,skin.css?skin=serenity">
<link rel="SHORTCUT ICON" href="https://zimbra.al/img/logo/favicon.ico">
</head>
<body
onload="document.changePassForm.password.focus();"
>
<div class="LoginScreen">
<div class="center">
<div class="contentBox">
<h1>
<a href="http://www.zimbra.com" target="_new">
<div class='ImgLoginBanner' style="margin: 20px 0 0 20px;"></div>
</a>
</h1>
<div id='ZLoginErrorPanel'>
<table width=100%>
<tr>
<td valign='top' width='40'>
<img alt='Error' src="https://zimbra.al/img/dwt/ImgInformation_32.png"/>
</td>
<td class='errorText'>
Please enter a new password and re-enter it in the confirmation field.</td>
</tr>
</table>
</div>
<div id='ZLoginFormPanel' style="margin-left: 12%;">
<form method='post' name="changePassForm" action="" autocomplete="off" accept-charset="utf-8">
<input type="hidden" name="loginOp" value="login"/>
<table class="form">
<tr>
<td class='zLoginLabelContainer'><label for="oldPassword">Old Password:</label></td>
<td class='zLoginFieldContainer'>
<input id="oldPassword" autocomplete="off" class='zLoginField' name='password' type='password' value="" maxlength="1024"/>
</td>
</tr>
<tr>
<td class='zLoginLabelContainer'><label for="newPassword">New password:</label></td>
<td class='zLoginFieldContainer'>
<input id="newPassword" autocomplete="off" class='zLoginField' name='loginNewPassword' type='password' value="" maxlength="1024"/>
</td>
</tr>
<tr>
<td class='zLoginLabelContainer'><label for="confirm">Confirm:</label></td>
<td class='zLoginFieldContainer'>
<input id="confirm" autocomplete="off" class='zLoginField' name='loginConfirmNewPassword' type='password' value="" maxlength="1024"/>
</td>
</tr>
<tr>
<td></td>
<td><input type=submit class='zLoginButton'
value="Change password"/></td>
</tr>
</table>
</form>
</div>
</div>
<div class="decor1"></div>
</div>
</div>
</body>
</html>