OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [passwd.html] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
<HTML>
2
<head>
3
<title>Change your login password</title>
4
</head>
5
<body>
6
 
7
This HTML creates a form for letting users change login passwords with
8
a browser.  To actually use this form, install the corresponding
9
accompanying cgi script and then modify the action value to identify
10
where you put the cgi script.  (Also read the comments at the
11
beginning of the CGI script.) - Don Libes
12
<hr>
13
 
14
<form method=post
15
action="http://www-i.cme.nist.gov/cgi-bin/expect/passwd.cgi">
16
<h2>Change your login password</h2>
17
<br>Username: <input name="name">
18
<br>Old password: <input type=password name="old">
19
<br>New password: <input type=password name="new1">
20
<br>New password: <input type=password name="new2">
21
<br>New password must be entered twice to avoid typos.
22
<br><input type=submit value="Change password">
23
</form>
24
</body>
25
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.