I have a doctors office waiting room that has free wifi however all their neighbors are leaching off the free wifi and my client wants to put a stop to it.
Im looking for some simple hotspot solution so the receptionist can generate a new password everyday and post it in the waiting room. Can i create a page that only asks for a password and not a username?
Yes. Change the login.html page from
input name=“username” type=“text” value=“$(username)”
to
input name=“username” type=“hidden” value=“freeuser”
I left the brackets off so there would be no coding challenge with the forum post.
Leave the password input like it is. Then enter the username “freeuser” in your user database, and change that password daily.
Also go to
/ip hotspot user profile
and change “shared-users” to 250, or a number that will allow more than one login per username, or only one customer will be able to login.