Instead of the standard error messages on the captive portal, I would like to define my own. For eg, when I’ve reach my data limit, I see this message:
“Depleted value for Mikrotik-Total-Limit” Which I’d like to change to something like “Data limit reached”.
How would I go about doing that? Is there perhaps a list of other errors available?
Yea, thats what I thought, but I don’t see that message there.
I’m still fairly new to MT, so feel free to dumb it up as much as possible
–edit–
I just grepped through the freeradius files and notice that the message is actually coming from radius.
“$return_hash->{‘Reply-Message’} = “Depleted value for $reply_name”;”
The server was set up by someone else, so I’m still familiarizing myself with things