Just a splash page?
-
Is there a way to use the Captive Portal as just a splash page?
I live in a dorm-type set up, and I just want our drupal-based homepage to show up, but I don't want to require user interaction. After enabling the captive portal, just having a 'continue' button on the page confused the hell out of the residents.
Is it possible, after redirection, to maybe run some javascript on the drupal site to auto-autenticate the client?
Thanks!
-Tyler -
yeah, you can do this. Just choose no authentication and create a "login" page that just has a continue button with whatever else you want it to say (like a terms of service or something).
nb
-
Use onload to execute a javascript, which uses setTimeout() to submit the form after a few seconds. Note however that you still must have a hidden form embedded in the page.