View Full Version : Which page for redirecting to my signup server?
cdavis
01-30-2004, 04:36 PM
Which htm page do I change so that if a user is not in my mac list on the radius server they can click to go to the sign up page and get service? I changed the login.htm page thinking that if the user does not have a valid mac it will ask for a user/pass but this page never came up during tests today. I was able to get to my whitelisted server if I typed in the url directly.
A better definition of what each page does would also be helpful.
Carl
lonnie
01-30-2004, 05:02 PM
You would add a register button to the login page that sends them to your page. If they enter a user name and password they simply get authorized by the normal process.
Once they have registered then they must come back to the login page.
At this time we cannot provide any help with the HTML programming. We are in the middle of anotehr deadline project and we would expect that you can get lots of people who know html and scripting.
cdavis
01-30-2004, 06:14 PM
I have the html working, this same page was is working on a mt box. But the login page that I created never came up (replaced login.htm). It never timed out either, it just kept trying to pull a page.
cdavis
01-31-2004, 04:08 AM
Are you saying I can't change the page completely ( i deleted the entire page and replaced it with mine). I can only add a register button
cdavis
01-31-2004, 04:45 AM
If I go to the outside interface IP port 10000, I get the standard login page. I must be replacing the wrong page, because login.htm is the page I created?
cdavis
01-31-2004, 04:54 AM
Oops, duh. That is not the hotspot login, it is the radius login.
Still can't figure it out tough. Did I break it by replacing the entire html content that is provided with my content? Or do I still have a setting wrong somewhere?
lonnie
01-31-2004, 07:55 PM
We figured people would add to it and that the login should stay local. If you duplicate our functionality then perhaps a replacement can be made.
You can replace the html with your content, however the javascript and form tags must remain.
Still can't figure it out tough. Did I break it by replacing the entire html content that is provided with my content? Or do I still have a setting wrong somewhere?