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