Current time: 05-03-2024, 12:52 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problems on login
Author Message
uwe Offline
Junior Member
*

Posts: 68
Joined: Feb 2008
Reputation: 0
Post: #6
RE: Problems on login
Well, i replaced
PHP Code:
//$query = "REPLACE INTO `login` (`session_id`, `ipaddr`, `lastaccess`, `login_count`, `captcha_count`) VALUES (?,?,UNIX_TIMESTAMP(),?,?)"; 
with
PHP Code:
$query "INSERT INTO `login` (`session_id`, `ipaddr`, `lastaccess`, `login_count`, `captcha_count`) VALUES (?,?,UNIX_TIMESTAMP(),?,?)"

in function check_ipaddr in gui/include/login-functions.php

i assume this will "fix" the issue for me, but allowing users to keep retrying passwords by flushing coockies ? (i have disabled brute force detection anyway) !

If this will have other complications, please advise !
02-23-2010 01:55 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Problems on login - uwe - 03-30-2009, 08:31 PM
RE: Problems on login - joximu - 03-30-2009, 08:48 PM
RE: Problems on login - uwe - 03-31-2009, 12:18 AM
RE: Problems on login - uwe - 04-01-2009, 07:09 PM
RE: Problems on login - uwe - 02-23-2010, 12:26 AM
RE: Problems on login - uwe - 02-23-2010 01:55 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)