Does anyone know if the user profile 'on-login' script can be passed any of the hotspot servlet variables?
/tool e-mail send from="email@example.org" to="email@example.org" subject="Hotspot Login" body=([:env print])
or
/tool e-mail send from="email@example.org" to="email@example.org" subject="Hotspot Login" body="$(mac)"
We are trying to allow users to get free internet access, but we need to collect some small info from them before they click the Trial link. UserManager won't work because there is no way to allow a free credit I guess.
If that isn't workable, are there any online radius servers that allow free logins ?