cgi/vpasswd.html
changeset 0 6f7a81934006
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <html>
       
     2 <head>
       
     3 <title>Sample VMailMgr "vpasswd" Page</title>
       
     4 </head>
       
     5 <body>
       
     6 <center><p><h1>Sample VMailMgr "vpasswd" Page</h1></p></center>
       
     7 <hr>
       
     8 <form method=post action="/cgi-bin/vpasswd">
       
     9 <p>Domain name: <input type=text name=vdomain></p>
       
    10 <p>Pass phrase: <input type=password name=password></p>
       
    11 <p>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><input type=submit></p>
       
    15 </form>
       
    16 </body>
       
    17 </html>