This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNewPassword.html
executable file
·55 lines (50 loc) · 1.86 KB
/
NewPassword.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<title>ILLiad - Change Password</title>
<#INCLUDE filename="include_head.html">
</head>
<body id="type-a">
<div id="wrap">
<div id="header"> <span id="site-name">ILLiad</span>
<div id="status"><#STATUS></div>
</div>
<div id="content-wrap">
<div id="content">
<form action="illiad.dll" method="post" name="NewPassword" class="f-wrap-1">
<input name="ILLiadForm" type="hidden" value="NewPassword">
<input name="ResetID" type="hidden" value="<#PARAM name="ResetID">">
<div id="logonform">
<fieldset>
<h3>Reset Password</h3>
<label for="CurrentPassword">
<span class="field">
<span class="<#ERROR name="ERRORResetID">"><b>Reset ID</b></span>
<#PARAM name="ResetID"><br />
</span>
</label>
<label for="Password1">
<span class="field">
<span class="<#ERROR name="ERRORPassword1">"><b>New Password</b></span>
</span>
<input id="Password1" name="Password1" type="password" size="40" class="f-name" value="<#PARAM name="Password1">"><br />
</label>
<label for="Password2">
<span class="field">
<span class="<#ERROR name="ERRORPassword2">"><b>Re-enter New Password</b></span>
</span>
<input id="Password2" name="Password2" type="password" size="40" class="f-name" value="<#PARAM name="Password2">"><br />
</label>
Note: Passwords are case sensitive.
<div class="f-submit-wrap">
<input type="submit" name="SubmitButton" value="Set Password" class="f-submit" />
<input type="submit" name="SubmitButton" value="Cancel - Exit ILLiad System" class="f-submit" />
</div>
</fieldset>
<div id="logonform">
</form>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>