[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Log in error - but no error in error log or [data session failure]
I just installed Interchange and am in the process of setting it up. I am in
the process of trying to get a user to login. When I type in a correct
username and password, nothing happens and no error shows up in the error
log and [data session failure]. Nothing also happens when I type in a wrong
username and password (nothing in error log or [data session failure] ). I
know an "invalid username/password" error is suppose to show up in [data
session failure] and error log when i type in a wrong password but this is
not happening. I cannot figure out what is wrong. I had login working
earlier and it seemed to all of a sudden break on me. The last thing I
recall doing is trying to use the cookie feature to login automatically.
Other than that I cannot remember changing anything.
I have included my code below. Does anyone know what I changed or did?
Thanks in advance.
Don
__TOP__
__LEFT__
<div align="left">
[if session failure]
<P>
<font size="2">session failure<b><font>[data session
failure]</font></b></font>
<P>
[else]
<p>session success </p>
[/else]
[/if]
<table width="300" border="1" cellspacing="0"
cellpadding$
<FORM ACTION="[process secure=1]" METHOD=POST>
<INPUT TYPE=hidden NAME=mv_click VALUE=Login>
<INPUT TYPE=hidden NAME=mv_todo VALUE=return>
<INPUT TYPE=hidden NAME=mv_nextpage VALUE="index">
<tr><td>
[set Log In]
[if session logged_in]
<B>SESSION IS LOGGED IN!</B>
mv_nextpage=index
[else]
<B>SESSION NOT NOT NOT LOGGED IN!</B>
mv_nextpage=login
[/else]
[/if]
[/set]
</td></tr>
[set New Account]
mv_nextpage=new_account
[set new]1[/set]
[/set]
<tr>
<td width="81" align="right"><font
size="2"><b>$
<td width="204" align="left">
<INPUT NAME=mv_username
VALUE="[read-cookie M$
</td>
</tr>
<tr>
<td width="81" align="right">
<font
size="2"><font><b><font>Password</font>$
<td width="204" align="left">
<INPUT TYPE=password NAME=mv_password
VALUE="$
</td>
</tr>
[comment]
<tr>
<td width="81" align="right">
<p><font size="2"><b><font
size="1">Merchant
Number</font></b> </font></p>
</td>
<td width="204" align="left">
<input type="text"
name="merchantnumber2" siz$
<font size="1">
<font>(Optional)</font></font>
</td>
</tr>
[/comment]
<tr>
<td width="81"> </td>
<td width="204">
<input type="submit" NAME="mv_check" value="L$
<input type="submit" NAME="mv_check"
value="N$
</td>
</tr>
<tr>
<td width="81" align="right">
<INPUT TYPE=hidden NAME=mv_cookie_password
VALUE$
</td>
<td width="204"><font size="1">Log
me in automatically<br>(sets
cookie)</font></$
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</div>
<p> </p>
<div align="center"> </div>
__BOTTOM__