remember me

Hi! friends,

My site remember me is not working. user can't login automatically.

What is the file that generates cookies files in dolphin?

Please Please ................ help..................

so much to do....
Quote · 5 Oct 2011

Last time I checked this fixes it.

 

===============

Remember me fix

in inc/profiles.inc

around line 452 find

function bx_login($iId, $bRememberMe = false) {

 

ADD THIS

if ((bool)$_POST['rememberMe'] == true) {

$bRememberMe = true;

};

http://www.mytikibar.com
Quote · 5 Oct 2011

Thank you for your help.

Solved my biggest problem.

I have no words..............

THANK YOU very much.................................:)

so much to do....
Quote · 5 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.