Thread: login fix
View Single Post
  #1  
Old 03-13-2009, 02:03 PM
12345 12345 is offline
Member
 
Join Date: Mar 2009
Posts: 54
Credits: 7,629
12345
Default login fix

I dont know, If you have this problem that after fail login it change Futured pet, Member Login, Forgot password in link to /resetpass.php. I have but I fix it. So heres it is. In login.php find this line:
Code:
$template = replace(':ARTICLECONTENT:','Sorry, we could not log you on with the details specified.  You can <a href="login.php">try again</a> or <a href="passreset.php">request a password reset',$template);
and change it to:
Code:
$template = replace(':ARTICLECONTENT:','Sorry, we could not log you on with the details specified.  You can <a href="login.php">try again</a> or <a href="passreset.php">request a password reset.</a>',$template);
Thats it :D There was missing </a>
Reply With Quote