diff options
Diffstat (limited to 'fs_passwd')
-rw-r--r-- | fs_passwd/fs_passwd.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs_passwd/fs_passwd.html b/fs_passwd/fs_passwd.html index fadc4df8b..7e06ecff1 100644 --- a/fs_passwd/fs_passwd.html +++ b/fs_passwd/fs_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> |