Is there any way to do this? Currently when the usage limit is reached, the user gets kicked off, they then proceed to log back in and get the message, transfer limit exceeded. Instead of this I would like them to get redirected to a custom page.
I can see it happening in the log: login failed: transfer limit reached
But what would I do with that?
$(if error) just grabs any error but I want the specific error of transfer limit reached to only redirect. I thought alogin.html was used by default? Quite new to the hotspots sorry!
I am working on something similar so once I have a more detailed example I will make it available to you (once it works). I am not so hot on the html side so I need to figure out how to set up an html algorithm (not using the log entry). Basically I want to set up something like if $error=“transfer limit reached”
redirect to other page
Maybe you can help me to help you help me help you