Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Captive Portal Unable to logout

    General pfSense Questions
    2
    3
    523
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ipmeel last edited by

      Version pfsense 2.4.4-RELEASE (amd64)
      I have configured captive portal with radius server. Enabled "Logout popup window" on captive portal.
      User unable to logout by clicking "Logout" button on pop-up window. Clicking "Logout" button displaying message "You are connected".
      Unable to figure-out a solution!

      1 Reply Last reply Reply Quote 0
      • I
        ipmeel last edited by

        Issue resolved after deleted following from /usr/local/captiveportal/index.php

        elseif (!empty($cpsession)) {
        	/*If someone try to access captive portal page while already connected*/	
        	echo gettext("You are connected.");
        	ob_flush();
        	return;
        }
        
        1 Reply Last reply Reply Quote 0
        • S
          sjones last edited by

          Thanks for notifying us of this! I just confirmed that this happens even when using the local database as authorization. If you haven't already, could you open up a ticket on redmine so it can be tracked and documented? https://redmine.pfsense.org/projects/pfsense/issues

          Thank you.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post