equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <title>Sample VMailMgr "vadduser" Page</title> |
|
4 </head> |
|
5 <body> |
|
6 <center><p><h1>Sample VMailMgr "vadduser" Page</h1></p></center> |
|
7 <hr> |
|
8 <form method=post action="/cgi-bin/vadduser"> |
|
9 <p>Domain name: <input type=text name=vdomain></p> |
|
10 <p>Pass phrase: <input type=password name=password></p> |
|
11 <p>New virtual user name: <input type=text name=username></p> |
|
12 <p>New pass phrase: <input type=password name=newpass1></p> |
|
13 <p>Type it again: <input type=password name=newpass2></p> |
|
14 <p>Virtual user's directory: <input type=text name=userdir><br> |
|
15 Note: leave this blank unless you need to set the directory to something |
|
16 other than the virtual user's name.</p> |
|
17 <p><input type=submit></p> |
|
18 </form> |
|
19 </body> |
|
20 </html> |