Hello All,
Currently I’m working on HotSpot free wifi. I have already read some articles about how to do it.
-
Enable “Trial” under HotSpot → ServerProfile → Login
This way I will create a Free HotSpot Wifi but in this case I need to set “trial uptime limit” and “trial uptime reset” timers. In addition I’m unable to create redirect web page after clicking on “free trial”. This is why I try to make it via option number 2 -
Don’t use “Trial” and instead of Trial use the classic HTTP PAP and predefine username and password in the hotspot/login.html file
Within the second option I can modify the login page (create my own, with my logo or logo of any company) hide the username and password items and make visible only the “OK” button. Additionaly I can modify the OK button to something other like “Continue to Internet”
But with the second option there is a caveat which makes the whole login ugly. When I just hide the predefined username and password and click on the “Continue to Internet” button, there will be the typical popup “Do you want to save your login credentials?” (IE, Chrome, Firefox)
How else can I make this to work similar way?
Thank you for your suggestions.