Hotspot without pass

Hi, experts!

I need to restrict my wireless users by time (for instance 1 hour per day).
Is there way to do this witout using Hotspot (user manager).
I do not want to use username and password to login.

Thank You

Use Hotspot with Trial User enabled. You can set your limits by time and/or data and have it reset after a defined period. Now edit/replace login.html the following code and users will be logged in automatically.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=$(link-login-only)?dst=$(link-orig-esc)&amp;username=T-$(mac-esc)"
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head>
<body>
</body>
</html>