Logged out automatically
3 posts by 3 authors in: Forums > CMS Builder
Last Post: April 30, 2019 (RSS)
By Jesus - April 24, 2019
Hello,
Not so long ago, I had a similar issue but for some reason I just can't find the reference to fix this. When I'm inside my admin panel suddenly, when I click on something I saw the login screen again and my username & password doesn't work.
I fixed this previously but I can't find the reference in the forums and/or by email.
Thanks for pointing me to the right direction, will keep a note regarding this issue if it happens again.
Jesus
By Toledoh - April 25, 2019
Does the CMSB you are using have the membership plugin installed? If so, there's a setting in the plugin that allows you to login to the front-end and back-end at the same time with different accounts. You need to turn that to "true"
$GLOBALS['WSM_SEPARATE_LOGIN'] = true;
Tim (toledoh.com.au)
By daniel - April 30, 2019
Hi Jesus,
Another thing that can cause this is a mismatch of HTTPS settings, as logging in to "http://example.com/" does not log in to "https://example.com/" and vice versa. The first thing to consider is whether or not the site is supposed to be using HTTPS, and then make sure that your configuration is correct. A few things to check:
- Any .htaccess files that are (or aren't) redirecting to HTTPS
- Whether or not the "Require HTTPS" setting is set in CMSB ('requireHTTPS' in settings.dat.php)
Let me know if you're able to make any progress.
Thanks,
Technical Lead
interactivetools.com