fix path to passwd.cgi!
[freeside.git] / fs_selfservice / FS-SelfService / cgi / passwd.html
index fadc4df..459c96a 100644 (file)
@@ -4,11 +4,14 @@
   </head>
   <body bgcolor="#e8e8e8">
     <h3>Change password</h3>
-    <form action="/cgi-bin/fs_passwd.cgi" method="post">
+    <form action="passwd.cgi" method="post">
     <table bgcolor="#cccccc" border=0 cellspacing=2>
       <tr><th align="right">Username</th>
         <td><input type="text" name="username" size="18"></td>
       </tr>
+      <tr><th align="right">Domain</th>
+        <td><input type="text" name="domain" size="18"></td>
+      </tr>
       <tr><th align="right">Current password</th>
         <td><input type="password" name="old_password" size="18"></td>
       </tr>