QUOTE (talaba @ Feb 25 2008, 07:50 PM)

Found a solution, but still not sure what is a problem...
It seems like condition check in supplier_area_top.php before html output is not working:
if (!isset($_SESSION['login'])){
But if this string is replaced with:
if (!tep_session_is_registered('login')){
Supplier can log in...
i replaced but its not working. when i try to login shows the same page without any errors, but if enter wrong password this message appear Error message: Username or Password is wrong. Please try again.!