Topic: custom login page
Hello,
I'm trying to create a custom login page for my chilli users.
Well actually, all I want is a welcome page.
I want the welcome page to have a link to the actual hotspotlogin.cgi page.
I edited chilli.conf and uncommented the uamhomepage section and put in a custom .html file.
Users browse, and get redirect to the custom .html file.
I would like my custom .html welcome page to contain a button link to the hotspotlogin.cgi file,
but I'm not sure what link to link to.
Is this even possible?
Linking directly to the cgi file creates a browser error,
"login must be performed through chillispot daemon."
I see that if I comment out the uamhomepage section of chilli.conf, then the browser
will get redirected properly to the login page, but with some huge long url. Which seems to change.
Would I have to hack the cgi script to include my welcome message, or is it possible to have
a custom welcome page first?
Thanks!