aboutsummaryrefslogtreecommitdiff
path: root/bugs/reports.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'bugs/reports.cgi')
-rw-r--r--bugs/reports.cgi22
1 files changed, 22 insertions, 0 deletions
diff --git a/bugs/reports.cgi b/bugs/reports.cgi
new file mode 100644
index 00000000..09839127
--- /dev/null
+++ b/bugs/reports.cgi
@@ -0,0 +1,22 @@
+<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=reports.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=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>