Hello,
We're running 3.5.1 with security patches to 3.5.5
The problem is, when a user tries to log in an leaves "REMEMBER ME" unchecked, it will say "Thank you for logging in, JoeBob." but when it redirects them, they will not be logged in.
Users are only able to log in when "REMEMBER ME" is checked.
I believe this problem appears for all users.
I have tested it on my browser clearing all cookies & cache, and I have confirmed that my browser is accepting the cookie.
Our board is fairly modified, but I have also tried using:
define('DISABLE_HOOKS', true);
in the config.php and got the same results.
I have tried the others suggestions such as changing the cookie prefix to 'vb' from 'bb' and the running tools.php to change the cookie path and cookie domain.
I still get the same results - the user must have "Remember Me" checked in order to log in.
On the other hand, we CAN log in to the admincp. I'm guessing that the admincp has some routine that is the equivalent of having the "Remember Me" box checked.
Any ideas?
We're running 3.5.1 with security patches to 3.5.5
The problem is, when a user tries to log in an leaves "REMEMBER ME" unchecked, it will say "Thank you for logging in, JoeBob." but when it redirects them, they will not be logged in.
Users are only able to log in when "REMEMBER ME" is checked.
I believe this problem appears for all users.
I have tested it on my browser clearing all cookies & cache, and I have confirmed that my browser is accepting the cookie.
Our board is fairly modified, but I have also tried using:
define('DISABLE_HOOKS', true);
in the config.php and got the same results.
I have tried the others suggestions such as changing the cookie prefix to 'vb' from 'bb' and the running tools.php to change the cookie path and cookie domain.
I still get the same results - the user must have "Remember Me" checked in order to log in.
On the other hand, we CAN log in to the admincp. I'm guessing that the admincp has some routine that is the equivalent of having the "Remember Me" box checked.
Any ideas?

Comment