Menu

#201 Login problem in 0.89

Other
open
nobody
None
5
2001-10-30
2001-10-30
No

Hi!
After upgrade to 0.89 I noticed a login problem.
When I do a correct login after a wrong login form variable 'page' in
'session_login.cgi' is wrong. I suspect that error is in miniserv.pl, but I cannot
find it. Now I patched session_login.cgi woth following lines:

print "<input type=hidden name=page
value='".($in{'page2'}?$in{'page2'}:$in{'page'})."'>\n";
print "<input type=hidden name=page2
value='".($in{'page2'}?$in{'page2'}:$in{'page'})."'>\n";

I don't know why form variable 'page2' remains correct during login and
'page' has a wrong value, but with this dirty patch everything works.

Bye
-Erich

Discussion


Log in to post a comment.