Topic: Help with Login
Hello
I maded a form for login on my index.html page
<form id="login" name="login" method="post" action="login.php?action=in" onsubmit="return process_form(this)">
<input type="hidden" name="form_sent" value="1" />
<input type="hidden" name="redirect_url" value="<?php echo $redirect_url ?>" />
Username
<input type="text" name="req_username" size="16" maxlength="25" />
Password
<input type="password" name="req_password" size="16" maxlength="16" />
<a href="#" onclick="document.login.submit(); return false"> Login</form>';
but when i enter the username and password it redirect me to login page and then
say me to confirm the username and pass
how can i made that he not ask me that?