stta/down.html
2021-10-01 20:36:48 +01:00

55 lines
1.2 KiB
HTML

<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta NAME="GENERATOR" CONTENT="Mozilla/4.0b5 [en] (Win95; I) [Netscape]">
<title>Htpassword Line Generator</title>
</head>
<body TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#377760">
<img SRC="inchlogo.gif" HEIGHT=90 WIDTH=159><b><font SIZE=+2>Password
Generator</font></b>
<p>This page is designed to spare you from having to generate your passwords
form a <b>Telnet</b> session.
<ul>
<li>
enter the name of the user into the form</li>
<li>
enter the desired password</li>
<li>
click on submit</li>
<li>
the page will return a password which you should cut and paste into a text
file</li>
<li>
save that text file as .htpasswd and ftp it up to your webserver</li>
</ul>
<br>
<form ACTION="/cgi-local/bin/htpass.pl" METHOD="POST">
<table>
<tr><td>
User Name:
</td><td>
<input NAME="user" SIZE="12" TYPE="TEXT">
</td></tr><tr><td>
Password:
</td><td>
<input NAME="passwd" SIZE="12" TYPE="PASSWORD">
</td></tr><tr><td>
</table>
<input TYPE="SUBMIT" VALUE=" OK ">
<input TYPE="reset" VALUE="CLEAR">
</form>
<br>
<p>To delete a user simply remove the name and password from the .htpassword
file using a text editor
</body>
</html>