RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
2022:bootstrap_ctc [2022/06/06 08:43] – created admin2022:bootstrap_ctc [2022/06/07 08:39] (current) admin
Line 3: Line 3:
   * The Login Pages include a function called **Click To Connect**   * The Login Pages include a function called **Click To Connect**
   * The idea behind this functionality is to make it **as easy possible** for the user of the captive portal to get Internet access.   * The idea behind this functionality is to make it **as easy possible** for the user of the captive portal to get Internet access.
-  * We do however also two variants to the standard functionality.+  * We do however also have two variants to the standard functionality.
         * Agree to T&C first. (This is specified under the **Settings** tab.)         * Agree to T&C first. (This is specified under the **Settings** tab.)
         * Collect customer data first. The fields and whether they are compulsory are all configurable.         * Collect customer data first. The fields and whether they are compulsory are all configurable.
Line 45: Line 45:
   * In our case the query string contains **.... ssid=our_internet_cafe....**.   * In our case the query string contains **.... ssid=our_internet_cafe....**.
   * This will thus result in a username: click_to_connect@our_internet_cafe with password click_to_connect to be used behind the scenes when the user click on the Click To Connect button.   * This will thus result in a username: click_to_connect@our_internet_cafe with password click_to_connect to be used behind the scenes when the user click on the Click To Connect button.
 +
 +<WRAP center round tip 100%>
 +  * Make sure the Captive Portal is configured such that one of the items in the query string will have a **value** that will match the suffix of the Click to Connect Permanent User
 +  * Then select that item as the **Add suffix of** option.
 +</WRAP>
 +
  
 ==== Why the Add suffix of option? ==== ==== Why the Add suffix of option? ====
Line 51: Line 57:
   * One can also got to the other end and use a unique user per Login Page e.g. by using a more specific item in the query string like nasid.   * One can also got to the other end and use a unique user per Login Page e.g. by using a more specific item in the query string like nasid.
   * It also allows us to stick to a convention across the system where the Click To Connect Permanent Users will start for **click_to_connect** and a suffix.   * It also allows us to stick to a convention across the system where the Click To Connect Permanent Users will start for **click_to_connect** and a suffix.
 +
 +===== Collect Customer Data =====
 +  * We also include the option to collect selected information from the customers **before** giving them Internet access.
 +  * If enabled you can select the interval which the user needs to re-supply the required information.
 +  * There are a predefined list of items you can select from and also whether an item is required.
 +  * There are also three custom fields which you can then use to declare your own values for the text which will be displayed on the web form that the user have to complete.