ChilliSpot (Wireless hotspot howto).

Discussion in 'HOWTO-Related Questions' started by grant_co, May 1, 2008.

  1. grant_co

    grant_co New Member

    Hey folks,

    Trying to get ChilliSpot set up (from the wireless hotspot howto). I want to hide the username field in the login page - hotspotlogin.cgi.

    So I changed this:

    Code:
     <td><input STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\" size=\"20\" maxlength=\"128\"></td>
    
    To this:

    Code:
    <td><input TYPE=\"hidden\" STYLE=\"font-family: Arial\" type=\"text\" name=\"UserName\"VALUE=\"myusername\" size=\"20\" maxlength=\"128\"></td>
    
    This works in Firefox, but not IE. In IE you get "Login must be performed through ChilliSpot daemon"

    Any idea how to fix this?

    Thanks in advance!

    Grant
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please clear the browser cache and try again.
     
  3. grant_co

    grant_co New Member

    that didn't work for us. We are re-writing the whole cgi...
     

Share This Page