2
I got into a hotel that has two wifi options: standard and premium. the first time i connected to the hotel wifi (on mac) it showed me the default captive page. I went with the free one.
However I later on purchased the premium card.. but now I have no idea how to make that captive page show up again since it simply re-logs using the free account. Any idea how I can force it to show the captive page again? I already erased cache etc of chrome/safari.. no luck
update
so the network is called citymax.. i found this in
/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
<key>wifi.ssid.<43495459 4d4158></key>
<dict>
<key>AutoLogin</key>
<true/>
<key>Captive</key>
<true/>
<key>ChannelHistory</key>
<array>
<dict>
<key>Channel</key>
<integer>161</integer>
<key>Timestamp</key>
<date>2016-10-07T20:46:51Z</date>
</dict>
<dict>
<key>Channel</key>
<integer>149</integer>
<key>Timestamp</key>
<date>2016-10-07T20:45:52Z</date>
</dict>
</array>
<key>Closed</key>
<false/>
<key>CollocatedGroup</key>
<array>
<string>wifi.ssid.<42554646 414c4f2d 43313143 3134></string>
</array>
<key>Disabled</key>
<false/>
<key>LastConnected</key>
<date>2016-10-07T20:46:51Z</date>
<key>Passpoint</key>
<false/>
<key>PersonalHotspot</key>
<false/>
<key>PossiblyHiddenNetwork</key>
<false/>
<key>RoamingProfileType</key>
<string>Multi</string>
<key>SPRoaming</key>
<false/>
<key>SSID</key>
<data>
Q0lUWU1BWA==
</data>
<key>SSIDString</key>
<string>CITYMAX</string>
<key>SecurityType</key>
<string>Open</string>
<key>SystemMode</key>
<true/>
<key>TemporarilyDisabled</key>
<false/>
</dict>
i tried playing around with those values (even deleting the entire key) but no luck.. any ideas?
Sadly I am not familiar with Apple. – birdman3131 – 2016-10-07T21:06:35.587