Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
|-+  pfSense English Support» Captive Portal» Apple computers/devices not prompting for login
Username:
Password:
 
 

Pages: [1]   Go Down
  Print  
Author Topic: Apple computers/devices not prompting for login  (Read 594 times)
0 Members and 1 Guest are viewing this topic.
mikekennedy
Newbie
*
Offline Offline

Posts: 17


View Profile
« on: July 02, 2012, 07:27:45 pm »

When connecting through a android phone or Windows computer, the user is prompted to login to the Captive Portal but when I join the network on my MacBook Pro I do not get Apple's 'crippled' browser used for logging into Captive portals. I must try to browse to a webpage manually(e.g. www.pfsense.org) to get the captive portal login page to appear. I am not a professional web designer by any means. Here is my base code for the login page.


<html>
<head>
<title>Kennedy Captive Portal</title>
<style type="text/css">
.style1 {
   font-family: "Adobe Garamond Pro";
   color: #0B0061;
}
.style2 {
   font-size: medium;
}
.style5 {
   font-family: "Adobe Garamond Pro";
   color: #0B0061;
   font-size: medium;
}
</style>
</head>
<body style="background-color: #000000" text= "#FFFFFF">
<center>
<h2 class="style1">
<img alt="Kennedy Captive Portal" src="captiveportal-MainLogo.gif">


<img alt="Dino Says Hello" src="captiveportal-hello.gif"></h2>
<p class="style1">&nbsp;</p>
<span class="style2">

 
Please add an exception to <font color="red">kennedy-captive-portal.stormystorage.com</font> to allow pop-up windows.

Please enter your username and password to continue.

You can also enter a voucher code instead.


</span>
<form method="post" action="https://kennedy-captive-portal.stormystorage.com:8001/">
<input name="redirurl" type="hidden" value="http://www.google.ca/">
<table>
   <tr><td class="style2">Username:</td><td><input name="auth_user" type="text"></td></tr>
   <tr><td class="style2">Password:</td><td><input name="auth_pass" type="password"></td></tr>
   <tr><td class="style2">Voucher:</td><td><input name="auth_voucher" type="text"></td></tr>
 
   <tr>
     <td colspan="2">
   <center><input name="accept" type="submit" value="Continue"></center>
     </td>
   </tr>
</table>
</form>
<p class="style5">Having a problem?&nbsp;
<a href="mailto:REMOVED TO PASTE ON FORUM">Click To Email Administrator Smiley[/url]</p>
</html>


Thanks for any help to my problem Smiley
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

 

Page created in 0.027 seconds with 19 queries.