Jump to content

Client just logged-in, then hit the domain checker - it logs out?


axishift

Recommended Posts

The WHMCS v4 is setup to:

Captcha - Off when logged in

 

Here's the scenario:

  1. Log on the client, clientarea.php (click remember me also) -- and you are logged-in on the client area
  2. Click WHMCS Home, whmcs/index.php -- notice that on the left side, you are not logged-anymore?
  3. Click on domain checker or any links, whmcs/domainchecker.php

 

You'll notice that you need to enter the captcha again and you're automatically logged-out. If you click on Client area again, it does not remember you.

 

Help:shock:

Link to comment
Share on other sites

The WHMCS v4 is setup to:

Captcha - Off when logged in

 

Here's the scenario:

  1. Log on the client, clientarea.php (click remember me also) -- and you are logged-in on the client area
  2. Click WHMCS Home, whmcs/index.php -- notice that on the left side, you are not logged-anymore?
  3. Click on domain checker or any links, whmcs/domainchecker.php

 

You'll notice that you need to enter the captcha again and you're automatically logged-out. If you click on Client area again, it does not remember you.

 

Help:shock:

 

Same here seems to be an ssl issue anytime I leave to a non https page i am no longer logged in(technically) but if I go back to an https page I am still logged in... For example knowledgbase is not ssl so I get the LOGIN message

Then go to submit tickets and am still logged in because it is ssl....

Can't utilize downloads because it is not on an ssl page etc... Seems as though I am only being logged into https://domain.com and not http://domain.com

Edited by herpherp
Link to comment
Share on other sites

I turned-off the SSL option on the admin settings and tried to login as a normal client and just did what I told -> login, click home, click domain and I am still logged-in.

 

It's probably an issue with SSL and WHMCS V4?

Link to comment
Share on other sites

Still works fine here...

My https base href fix may help

in header.tpl replace

{if $systemurl}<base href="{$systemurl}" />{/if}

with

{php}global $CONFIG;$this->assign('url', (($_SERVER['HTTPS'] == 'on') ? $CONFIG['SystemSSLURL'] : $CONFIG['SystemURL']));{/php}
<base href="{$url}/" />

Edited by sparky
Link to comment
Share on other sites

  • 3 weeks later...

OK, axishift and herpherp, I have been having a similar issue and as herpherp mention I made some changes in my General Settings. When I setup the SSL it was without the 'www', in other words https://mydomain.com/whmcs/index.php is fine, but https://www.mydomain.com/whmcs/index.php is not. I went into the Settings/General Settings and took the 'www' out or all the url's and I no longer have an issue with staying logged in. My problem was if I clicked on certain links, I would log out such as Portal Home and Server Status. While it appears that axishift is experiencing some other problem, this fixed mine and maybe it will help someone else out there!

 

Lawrence

Edited by LawrenceHE
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated