summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs_passwd/fs_passwd.html28
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/passwd.cgi (renamed from fs_passwd/fs_passwd.cgi)0
-rw-r--r--fs_selfservice/FS-SelfService/cgi/passwd.html3
3 files changed, 3 insertions, 28 deletions
diff --git a/fs_passwd/fs_passwd.html b/fs_passwd/fs_passwd.html
deleted file mode 100644
index 7e06ecff1..000000000
--- a/fs_passwd/fs_passwd.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
- <head>
- <title>Change password</title>
- </head>
- <body bgcolor="#e8e8e8">
- <h3>Change password</h3>
- <form action="/cgi-bin/fs_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>
- <tr><th align="right">New password</th>
- <td><input type="password" name="new_password" size="18"></td>
- </tr>
- <tr><th align="right">Re-enter new password</th>
- <td><input type="password" name="new_password2" size="18"></td>
- </tr>
- </table>
- <br><input type="submit" value="Change password">
- </body>
-</html>
-
diff --git a/fs_passwd/fs_passwd.cgi b/fs_selfservice/FS-SelfService/cgi/passwd.cgi
index 38b70d0cf..38b70d0cf 100755
--- a/fs_passwd/fs_passwd.cgi
+++ b/fs_selfservice/FS-SelfService/cgi/passwd.cgi
diff --git a/fs_selfservice/FS-SelfService/cgi/passwd.html b/fs_selfservice/FS-SelfService/cgi/passwd.html
index fadc4df8b..7e06ecff1 100644
--- a/fs_selfservice/FS-SelfService/cgi/passwd.html
+++ b/fs_selfservice/FS-SelfService/cgi/passwd.html
@@ -9,6 +9,9 @@
<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>