Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:syces:selfserviceportal:self_service_portal [2014/04/07 08:35]
co
en:syces:selfserviceportal:self_service_portal [2016/08/23 09:50] (current)
co
Line 3: Line 3:
 Walled Garden Options are always configured for a certain location. You may edit them via the administration frontend using the location menu. See [[en:syces:frontend:location:lcreateoredit]]. Walled Garden Options are always configured for a certain location. You may edit them via the administration frontend using the location menu. See [[en:syces:frontend:location:lcreateoredit]].
  
-Behind the paragraph title "Walled Garden" you will see a link like (https://domain/19/22/). This link has to be entered as walled garden page in your controller / router. If you open it in a browser you can see the layout even without a correct router configuration, but the functionality itself can't be tested that way. There are two numbers after the domain name, they are client id and location id, for example 19 and 22 respectively.  +Behind the paragraph title "Walled Garden" you will see a link like (https://domain/19/22/). This link has to be entered as walled garden page in your controller / router. If you open it in a browser you can see the layout even without a correct router configuration, but the functionality itself can't be tested that way.  
-<nodisp>Internally this is rewritten to domain/ticket/index.php?cid=19&mid=22</nodisp>+<nodisp>There are two numbers after the domain name, they are client id and location id, for example 19 and 22 respectively.  
 +Internally this is rewritten to domain/ticket/index.php?cid=19&mid=22</nodisp>
  
-=== Type options ===+===== Type options =====
  
 ---- ----
 +^ Option                              ^ Description                                                                                                                                                                                                         | **Mandatory Fields for Registration**                                          | autologin                                                                    | reauthentication  |
 +| inactive                            | no selfticketing                                                                                                                                                                                                    |                                                                                | no                                                                           | no                |
 +| Default Free Service                | up to version 1.18 only self-ticketing option                                                                                                                                                                                                                                                      | no                                                                           | no                |
 +| 1-Click                             | free service                                                                                                                                                                                                        | email address                                                                  | yes(1)                                                                       | yes(2)            |
 +| 1-Click / Facebook                  | free service;  there is a link to facebook login, so users may switch to that option                                                                                                                                | email address                                                                  | yes(1)                                                                       | yes(2)            |
 +| SMS                                 | free service; but you need an smstrade account, see ([[en:syces:frontend:client:client#smstrade_credentials_optional|Client Module > smstrade credentials]])                                                        | mobile number                                                                  | bintec:no, aruba:yes / no (extra option autologin)                           | yes (2)           |
 +| Paid Service                        | user selects a paid tariff, pays via paypal; you need a paypal account, see ([[en:syces:frontend:client:client#paypal_credentials_optional|Client Module > paypal credentials]])                                    | after paypal payment the email of paypal account is used for registration;     | yes                                                                          | yes               |
 +| Anonym                              | Terms and Conditions need to be accepted                                                                                                                                                                            | only acceptance of Terms and Conditions                                        | yes                                                                          | yes               |
 +| Facebook                            | log in with facebook account; username is based on facebook email address                                                                                                                                           | log in with facebook account                                                   | yes                                                                          | yes               |
 +| Facebook / 1-Click                  | like facebook, but with link to 1-Click (email) registration as an alternative                                                                                                                                      | log in with facebook account                                                   | yes                                                                          | yes               |
 +| static web page                     | index.html (provided by customer and uploaded to walled garden location) without further functionality; can be used to inform about hidden Wlans or as welcome page in combination with bintec internal login page  | -                                                                              | -                                                                            | -                 |
 +| Login Page Only                     | Alternative to default login page; responsive and /or custom layout, reauthentication; only for registered users                                                                                                    | no registration; entry of user credentials                                        | yes               |
 +| Login / Anonymous                     | different tariffs possible for anonymous users and users knowing their credentials                                                                                                    | only acceptance of Terms and Conditions                                      | yes    | yes                                                                    
 +| Free Service with Redirect (Aruba)  | like default free service, but redirect to internal controller captive portal                                                                                                                                       | like default free service, but redirect to internal controller captive portal  | if appropriate javascript code is added to internal captive portal page (3)  | no                |
  
  
-{{:de:syces:defaultfreeservicetypescreen.png?nolink&600|}} 
-^  Field    ^  Description                                                                                                                                                                                                                                                               ^ 
-| Type      | What kinds of service, do you want to provide to your hotspot users (//Disabled//, //Default free service//, //1-Click//, //SMS//, //Paid Service//, //Anonymous login// and //Free Service with redirect (Aruba))//                                                    | 
-| Tariff    | The duration of the internet access, in this case either the hotspot users can use 5 minutes for free or unlimited.It depends on you what you would like to provide to your hotspot users.                                                                                 | 
-| Tickets   | You can unlock manually.                                                                                                                                                                                                                                                   | 
-| Password  | There are two types of passwords, you can choose one of them. \\ **Auto generate and display** : Password will be generated automatically. \\ **Enter and hide lobby pc** : the hotspot users will give the password, but it will not be visible in the user's datasheet.  | 
  
  
 +(1) if option 'Tickets' is checked: no autologin
  
 +(2) if option 'Password' is 'Enter and hide(Lobby-PC)': no reauthentication
  
-=== 1-Click, SMS, Paid Service Anonymous login ===+(3) in order to fill out the login form you need to integrate the following javascript code in your aruba controller's captive portal page text (management>captive portal>page text) 
 +  
 + 
 +  <script type="text/javascript"> 
 +  function getUrlParam(name){   
 +     if(name=(new RegExp('[?&]'+ name+'=([^&]*)')).exec(decodeURIComponent(location.search))) 
 +        return decodeURIComponent(name[1]); 
 +  } 
 +  if (getUrlParam ('user') != undefined)      
 +        document.getElementById('user').value  = getUrlParam('user'); 
 +  if (getUrlParam ('password') != undefined)      
 +        document.getElementById('password').value  = getUrlParam('password'); 
 +  </script>  
 + 
 + 
 +===== Router dependent options: bintec router > 9.1.4 =====
  
 ---- ----
 +{{:de:syces:defaultfreeservicetypescreen.png?nolink&600|}}
 +^  Field              Description                                                     ^
 +| URL of login page  | Login page of your bintec router, e.g. http://172.30.100.1/auth  |
  
 + 
  
 +===== Router dependent options: Aruba =====
  
-The customers can access the internet with authentication.+---- 
 +{{:de:syces:defaultfreeservicetypescreen.png?nolink&600|}} 
 +^  Field                            ^  Description                                                                                                                                                                                     ^ 
 +| ext. IP XML API Gateway           | external IP of your XML API Gateway                                                                                                                                                            |   | 
 +| Failover IP                       | For future use: secoond external IP in case the first IP is not reachable                                                                                                                      |   | 
 +| Shared Secret for XML API Server  |                                                                                                                                                                                                |   | 
 +| Redirect to                       | after succesful login the hotspot user will be redirect to this page                                                                                                                             | 
 +| autologin                         | option only available for sms; in both cases sms is sent, but when checked user is logged in right away; else username is already filled out in login form, only password needs to be entered  |   | 
 + 
 + 
 + 
 + 
 + 
 +===== other options =====
  
 {{:de:syces:1-clicktypescreen.png?nolink&600|}} {{:de:syces:1-clicktypescreen.png?nolink&600|}}
  
-^  Field             ^  Description                                                                                                                                                                                                               +^  Field                       ^  Description                                                                                                                                                                                                                                                                                                                        
-Type               What kinds of serviceyou would like to provide to your hotspot users (//Disabled//, //Default free service//, //1-Click//, //SMS//, //Paid Service//, //Anonymous login// and //Free Service with redirect (Aruba))//.  +Facebook Page-ID             This options shows only when Facebook registration is chosen. If an ID is enteredit will be shown on the captive portal screen as a facebook like button. To find out a facebook page id use  https://graph.facebook.com/facebook-nutzer-name.                                                                                    | 
-Tariff             The duration of the internet access, in this case either the hotspot users can use 5 minutes for free or unlimited.It depends on you what you would like to provide to the hotspot users                                 +| Tariff                       | Make sure that at least one appropriate tariff exists. For Paid Service the hotspot user may choose between all existing payment tariffs (at least one is necessary), for the other registration methods you need  to set a free service tariff. (Only one tariff per location is possible at the moment.                         
-| Tickets            | If you select this option then you have to unlock every account for this location. You have to click on the rows of column (Amount) for every account in account module ([[en:syces:frontend:account]]).                   +Prevent second registration  Starting from first login this option blocks the possibility to register again when an account has expired; depending on the tariff choose minutes, hours or days                                                                                                                                                                 | 
-| Password           What type of password, you would like to set for your hotspot users                                                                                                                                                      +| Account validity             | How many days a selfticket account remains valid. e.g7 days                                                                                                                                                                                                                                                                       
-Router Type        | Router of internet service provider, the customers get internet access through it                                                                                                                                        | +| Tickets                      | If you select this option then you have to unlock every account for this location. You have to click on the rows of column (Amount) for every account in account module ([[en:syces:frontend:account]]).                                                                                                                            
-URL of login page  What kind of user enters into the software systemassistant or administrator                                                                                                                                            +| Password                     This option is relevant for Default Free Service and 1-Click. When the option 'Enter and hide (Lobby-PC) is chosen, with 'Default Free Service' the user may choose his own password that is never displayed on the screen. In case of 1-Click this option means that no reauthentication will be donebecause it is a public pc. As of version1.32.3 there is another option 'without entering password'. This is mainly for situations where usernames are unlikely to be guessed (e.g. keycard number).| 
-Layout             Two types of layouts are provided for the software system, default and custom                                                                                                                                            |+Layout                       ^ For all types except 'Default Free Service' and 'Free Service with redirect(Aruba)'One or more default layouts to choose from. You may choose custom layout, if you have provided a custom template that is already uploaded by Synergysystems (see [[en:syces:selfserviceportal:custom_templates]])                              ^ 
 +Preview SMS                  This option only shows when you have chosen SMS as registration method. It will show the sms text according to your setting of sms templates for all possible languages (DEEN, FR, IT, ES, NL, PT)                                                                                                                              
 +Token Based Access                  Handling of log-in via link or QR-Code Scan (independently from the current self-service method)                                                  : either 'Accept Terms and Conditions first' or 'Direct Login'In this case Terms and Conditions should be communicated by handouts or other means, because no further interaction will be requested.                                                                              | 
 + 
  
  
QR Code
QR Code Walled Garden Options (generated for current page)