diff options
author | ivan <ivan> | 2003-10-02 11:23:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-02 11:23:08 +0000 |
commit | a338b9a708c39c3f76db60d855ecf6a9b6397699 (patch) | |
tree | 0fd34dcfb4e732fa61b9268b9d71f5b1af5b79a0 | |
parent | 29cdd810d0e8cb38e4c66d4f91eee7b676ea301a (diff) |
removing testing info
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/login.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/login.html b/fs_selfservice/FS-SelfService/cgi/login.html index 112cc34ea..5607de783 100644 --- a/fs_selfservice/FS-SelfService/cgi/login.html +++ b/fs_selfservice/FS-SelfService/cgi/login.html @@ -7,23 +7,20 @@ <TR> <TH ALIGN="right">Username </TH> <TD> - <!-- <INPUT TYPE="text" NAME="username" VALUE="<%= $username %>"> --> - <INPUT TYPE="text" NAME="username" VALUE="awctwincities-l"> + <INPUT TYPE="text" NAME="username" VALUE="<%= $username %>"> </TD> </TR> <TR> <TH ALIGN="right">Domain </TH> <TD> - <!-- <INPUT TYPE="text" NAME="domain" VALUE="<%= $domain %>"> --> - <INPUT TYPE="text" NAME="domain" VALUE="pobox.com"> + <INPUT TYPE="text" NAME="domain" VALUE="<%= $domain %>"> </TD> </TR> <!--<INPUT TYPE="hidden" NAME="domain" VALUE="myisp.com">--> <TR> <TH ALIGN="right">Password </TH> <TD> - <!-- <INPUT TYPE="password" NAME="password"> --> - <INPUT TYPE="password" NAME="password" VALUE="6lrnsfCc"> + <INPUT TYPE="password" NAME="password"> </TD> </TR> </TABLE> |