diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /bugs/reports.cgi | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'bugs/reports.cgi')
-rw-r--r-- | bugs/reports.cgi | 22 |
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> |