By Syabab on Saturday, 06 May 2017
Posted in General Issues
Likes 0
Views 546
Votes 0
Hi,

For login page, where is the setting to make 'Keep me logged in' - Check by default?

Please advice, thanks.
We do not have such settings but you could modify the file /components/com_easysocial/themes/wireframe/helpers/html/login.php and change the code below,

[gist]
<input type="checkbox" id="es-quick-remember" type="checkbox" name="remember" value="1" />
[/gist]

To,

[gist]
<input type="checkbox" id="es-quick-remember" type="checkbox" name="remember" value="1" checked="checked"/>
[/gist]
·
Saturday, 06 May 2017 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

That works well

Thanks.
·
Thursday, 11 May 2017 06:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 11 May 2017 10:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post