Hi,
I’d like to give the option in the hotspot login page of remembering the login and password introduced by the user. Could someone give me the html code needed to achieve it?
Thanks,
Vicente
Hi,
I’d like to give the option in the hotspot login page of remembering the login and password introduced by the user. Could someone give me the html code needed to achieve it?
Thanks,
Vicente
Try adding autocomplete=“on” into each of the input fields.
Alternatively you could look to store the details on the users computer (html5 local storage) and then reload them each time the user came to the page from the same browser.
http://www.iliadraznin.com/2012/04/cookies-local-storage-jstorage-jquery/
If you don’t want to muck around with HTML code / cookie.
I would suggest you look at implementing the new 6.0+ feature - MAC Cookie
http://wiki.mikrotik.com/wiki/Manual:Hotspot_Introduction#MAC_Cookie
I’ve used it with great success to allow my hotspots to “remember” and automatically login users who have already authenticated. This particularly helps for those users who are using mobile / tablet devices.
The default MAC Cookie “remember me” time is 12 Days - you can increase or decrease dependent on your needs/requirements.