Hotspot login from external site

Hello,

I have updated the rlogin.html page so that it redirects to a external site (for authentication/purchases, etc).
When I post back to the MT hotspot login the login fails because the password is not hashed (I’m using chap).

How can I get the password hashed? All I know to do is to redirect to a page that accepts post data, and upon load
calls to md5 hash javascript function, then does the actual login post.

All I know to do is to use php or a cgi to build this page. Can I do this on the MT? What languages are at my disposal?

Bill

The answer appears to be not use rlogin.html. Instead you have to replace the login.html file with
the redirect post to the external site. Then host the “real” login page on the remote site.

That way you can build out the login page however you wish. Also the other way won’t work as some
of the needed variables (chap-id) are not available in rlogin.html.

Bill