1
|
|
2
|
<h3>Forgot Your Username?</h3>
|
3
|
|
4
|
<table class="intro" cellpadding="3" cellspacing="0">
|
5
|
<tr><td align="left">
|
6
|
<span class="regtext">
|
7
|
Please enter the E-mail address you provided when you registered. You will receive an E-mail with your account name (uid).
|
8
|
Please check your incoming and junk E-mail folders for this E-mail.</td></tr>
|
9
|
|
10
|
<!-- <tr><td align="left"><span class="label">Required fields are denoted by an asterisk (*).</td></tr>-->
|
11
|
|
12
|
</table>
|
13
|
<p> </p>
|
14
|
|
15
|
<p class="label text-error">[% errorMessage %]<p>
|
16
|
<p>
|
17
|
|
18
|
<form name="loginForm" action="[% cgiurl %]" method="post">
|
19
|
<input type="hidden" name="stage" value="searchnamesbyemail"/>
|
20
|
<input type="hidden" name="cfg" value="[% cfg %]"/>
|
21
|
<table hspace="20" border="0">
|
22
|
|
23
|
|
24
|
|
25
|
<tr>
|
26
|
<td align="right" class="label">
|
27
|
E-mail:
|
28
|
</td>
|
29
|
<td align="right">
|
30
|
<input name="mail" type="[% fieldType %]"
|
31
|
value="[% allParams.mail %]"/>
|
32
|
</td>
|
33
|
</tr>
|
34
|
|
35
|
<tr>
|
36
|
<td>
|
37
|
</td>
|
38
|
<td align="left">
|
39
|
<input name="action" type="submit" value="Submit"/>
|
40
|
</td>
|
41
|
</tr>
|
42
|
</table>
|
43
|
</form>
|
44
|
|