aboutsummaryrefslogtreecommitdiff
path: root/bugs/query.cgi
blob: 091093a84f3acbe9346a385229753bc18bfe8ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<H1>Please log in.</H1>
In order to use the Bug database, you need a legitimate e-mail address and password. If you don't have a login and password, see the bottom of the form.
<P>If you intend to enter a bug, please first use the query page to determine if anyone else has entered a similar bug before.

<FORM action=query.cgi method=GET>
<table>
<tr>
<td align=right><b>E-mail address:</b></td>
<td><input size=35 name=Bugzilla_login></td>
</tr>
<tr>
<td align=right><b>Password:</b></td>
<td><input type=password size=35 name=Bugzilla_password></td>
</tr>
</table>
<input type=hidden name= value="">

<input type=submit value=Login name=GoAheadAndLogIn><hr>
If you don't have an account, or have forgotten your password, then please fill in the
e-mail address above and click
 here:<input type=submit value="E-mail me a password"
name=PleaseMailAPassword>
</form>