Remember Me is not working

Hi,

    Remember me for login is not working on version 7.3.1, i added below codes to bx_login function on profiles.inc.php file.

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

$bRememberMe = true;

};

 

I changed the codes on design.inc.php file too

'rememberme' => array(

                'type' => 'checkbox',

                'name' => 'rememberMe',

           'value' => 'on',

'caption' => _t('_Remember password'),

            ),

 

Please help me!

Quote · 28 Jun 2016

Try to restore default code, it should work with original code.

You can check it on demo.boonex.com

Rules → http://www.boonex.com/terms
Quote · 5 Jul 2016
 
 
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.