<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Best practice for a captive portal without a password? in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8307#M1528</link>
    <description>What's the best practice for setting up a captive portal login page without password? I'm already using the guestpass generating features so can't simultaneously set up a guest login page without authentication using the 'out of the box features' . 
&lt;BR /&gt;&lt;BR /&gt;
So I'm setting up hotspot services to redirect to a page where users can simply tick 'I accept the T&amp;amp;Cs' and be on their way (The reason for this is the different SSIDs can get to different network resources).  
&lt;BR /&gt;&lt;BR /&gt;
I can make a login page that simply uses a limited user's credentials to login but this feels wrong - surely there must be a better way to do this? 
&lt;BR /&gt;&lt;BR /&gt;
cheers
&lt;BR /&gt;
Bernard</description>
    <pubDate>Sun, 28 Jul 2013 21:32:59 GMT</pubDate>
    <dc:creator>bernard_hamlin</dc:creator>
    <dc:date>2013-07-28T21:32:59Z</dc:date>
    <item>
      <title>Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8307#M1528</link>
      <description>What's the best practice for setting up a captive portal login page without password? I'm already using the guestpass generating features so can't simultaneously set up a guest login page without authentication using the 'out of the box features' . 
&lt;BR /&gt;&lt;BR /&gt;
So I'm setting up hotspot services to redirect to a page where users can simply tick 'I accept the T&amp;amp;Cs' and be on their way (The reason for this is the different SSIDs can get to different network resources).  
&lt;BR /&gt;&lt;BR /&gt;
I can make a login page that simply uses a limited user's credentials to login but this feels wrong - surely there must be a better way to do this? 
&lt;BR /&gt;&lt;BR /&gt;
cheers
&lt;BR /&gt;
Bernard</description>
      <pubDate>Sun, 28 Jul 2013 21:32:59 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8307#M1528</guid>
      <dc:creator>bernard_hamlin</dc:creator>
      <dc:date>2013-07-28T21:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8308#M1529</link>
      <description>Hi Bernard,
&lt;BR /&gt;&lt;BR /&gt;
Take a look here, I suggest creating a hotspot service, usign a portal page that shows a accept t&amp;amp;c button that will post a general login (username=user &amp;amp; password=user) to the zd.
&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.globaltele.com.ua/files/Ruckus/Tech" rel="nofollow"&gt;http://docs.globaltele.com.ua/files/R...&lt;/A&gt; Docs/WISPr/WISPR_app_note_finaledit2.pdf</description>
      <pubDate>Mon, 05 Aug 2013 17:37:25 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8308#M1529</guid>
      <dc:creator>alex_ortmanns</dc:creator>
      <dc:date>2013-08-05T17:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8309#M1530</link>
      <description>Example
&lt;BR /&gt;&lt;BR /&gt;
add user 'user' to the local db
&lt;BR /&gt;
&lt;CODE&gt;
&lt;BR /&gt;

&lt;BR /&gt;

&lt;BR /&gt;
&lt;TITLE&gt;Free (as beer) Wireless Internet Service&lt;/TITLE&gt;
&lt;BR /&gt;

&lt;BR /&gt;
function get_param(name)
&lt;BR /&gt;
{
&lt;BR /&gt;
    if (location.href.indexOf("?") &amp;gt;= 0) { 
&lt;BR /&gt;
        var query=location.href.split("?")[1];
&lt;BR /&gt;
        var params=query.split("&amp;amp;");
&lt;BR /&gt;
        for (var i = 0; i &amp;lt; params.length; i ++) {
&lt;BR /&gt;
            value_pair=params[i].split("=");
&lt;BR /&gt;
            if (value_pair[0] == name)
&lt;BR /&gt;
                return unescape(value_pair[1]);
&lt;BR /&gt;
        }
&lt;BR /&gt;
    }
&lt;BR /&gt;
    return "";
&lt;BR /&gt;
}
&lt;BR /&gt;

&lt;BR /&gt;

&lt;BR /&gt;

&lt;BR /&gt;
&lt;/CODE&gt;&lt;CENTER&gt;&lt;CODE&gt;
&lt;BR /&gt;
&lt;H2&gt;Free (as beer) Wireless&lt;/H2&gt;
&lt;BR /&gt;
&lt;P&gt;Usage policy: Do no evil. blah blah blah...
&lt;BR /&gt;

&lt;BR /&gt;
document.write('&lt;/P&gt;&lt;FORM method="POST" action="http://' + get_param(" sip=""&gt;');
&lt;BR /&gt;

&lt;BR /&gt;
&lt;INPUT type="hidden" name="username" value="user" /&gt;
&lt;BR /&gt;
&lt;INPUT type="hidden" name="password" value="user" /&gt;
&lt;BR /&gt;
&lt;INPUT type="submit" value="I Agree" /&gt;
&lt;BR /&gt;
&lt;/FORM&gt;
&lt;BR /&gt;
&lt;/CODE&gt;&lt;/CENTER&gt;
&lt;BR /&gt;

&lt;BR /&gt;

&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:42:37 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8309#M1530</guid>
      <dc:creator>alex_ortmanns</dc:creator>
      <dc:date>2013-08-05T17:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8310#M1531</link>
      <description>Hi Alex,
&lt;BR /&gt;&lt;BR /&gt;
That's great - thank you. I ended up doing almost exactly that and confirmed with ruckus support that this a recommended way to do it. Something in me just didn't like the hidden username/password. Also the timeout for users is based on MAC so sharing a username doesn't change the timeout settings &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; 
&lt;BR /&gt;&lt;BR /&gt;
Cheers!
&lt;BR /&gt;&lt;BR /&gt;
Bernard</description>
      <pubDate>Tue, 06 Aug 2013 00:41:46 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8310#M1531</guid>
      <dc:creator>bernard_hamlin</dc:creator>
      <dc:date>2013-08-06T00:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8311#M1532</link>
      <description>Thanks for the code Alex.  I've blatantly copied it and used it myself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  I do have a problem with being kicked off the network after some unknown time and having to press the "I agree" button again - that despite setting the "disconnect after" options to a large number...</description>
      <pubDate>Thu, 15 Aug 2013 03:09:36 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8311#M1532</guid>
      <dc:creator>martin_kane</dc:creator>
      <dc:date>2013-08-15T03:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8312#M1533</link>
      <description>Anyone achieve this using ajax ?&lt;BR /&gt; the respond from the controller is html</description>
      <pubDate>Tue, 23 Feb 2016 11:30:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8312#M1533</guid>
      <dc:creator>claudio_bilotta</dc:creator>
      <dc:date>2016-02-23T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8313#M1534</link>
      <description>Hi guys, &lt;BR /&gt;&lt;BR /&gt;I'm looking for this but for Unleashed series. Does this script works as well with Unleashed?</description>
      <pubDate>Tue, 03 May 2016 05:43:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8313#M1534</guid>
      <dc:creator>sureal_alamsjah</dc:creator>
      <dc:date>2016-05-03T05:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8314#M1535</link>
      <description>Hello i'm starting to do a captive portal i'm following you example but i'm struggling with the authentication part. Can you help me? first of all i don't have the ZD in the same lan, neither the web-server, all have public ip's, i thing the problem is in the Post method, i already changed to https but .. nothing.&lt;SPAN&gt;﻿&lt;/SPAN&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:37:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8314#M1535</guid>
      <dc:creator>nuno_pimentel</dc:creator>
      <dc:date>2017-01-19T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8315#M1536</link>
      <description>UAP is same as ZD.</description>
      <pubDate>Sat, 21 Jan 2017 23:42:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8315#M1536</guid>
      <dc:creator>hyosang_choi</dc:creator>
      <dc:date>2017-01-21T23:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for a captive portal without a password?</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8316#M1537</link>
      <description>Is there an example showing all the related params needed todo this on SZ? There are alot of params that need to be taken from the URL and passed to the controller and I'm having hard time getting this to work.</description>
      <pubDate>Tue, 13 Aug 2019 14:34:33 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Best-practice-for-a-captive-portal-without-a-password/m-p/8316#M1537</guid>
      <dc:creator>alon_carmel_b6a</dc:creator>
      <dc:date>2019-08-13T14:34:33Z</dc:date>
    </item>
  </channel>
</rss>

