RADIUSdesk

logo

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
radiusdesk:login_pages:otp [2023/01/25 20:43]
admin [OTP For Click To Connect]
radiusdesk:login_pages:otp [2023/01/26 01:44] (current)
admin [Enable System To Send OTPs]
Line 4: Line 4:
   * A user will typically provide a **mobile number** or **email address**.   * A user will typically provide a **mobile number** or **email address**.
   * The system will then send a code to the mobile number using SMS or to the email address using an email.   * The system will then send a code to the mobile number using SMS or to the email address using an email.
-  * This code will be used to by the user to validate itself to the system.+  * This code will be used by the user to validate itself to the system.
   * As for February 2023 RADIUSdesk includes support for OTP verification for Captive Portal (Hotspot) users.   * As for February 2023 RADIUSdesk includes support for OTP verification for Captive Portal (Hotspot) users.
   * We support the following ways to send the OTP:   * We support the following ways to send the OTP:
Line 16: Line 16:
 ===== Enable System To Send OTPs ===== ===== Enable System To Send OTPs =====
   * In order for RADIUSdesk to send an OTP you have to configure the system to be able to send the OTP using email or SMS.   * In order for RADIUSdesk to send an OTP you have to configure the system to be able to send the OTP using email or SMS.
-  * RADIUSdesk allows for you to configure a system wide configuration but it also allows you to define per cloud setting which will take preference over they system wide settings.+  * RADIUSdesk allows for you to configure a system wide configuration but it also allows you to define per cloud settings which will take preference over the system wide settings.
   * See the following screenshot for the email configuration:   * See the following screenshot for the email configuration:
 {{:radiusdesk:login_pages:sendgrid_config.png?nolink|}} {{:radiusdesk:login_pages:sendgrid_config.png?nolink|}}
Line 71: Line 71:
  
 ==== Disconnecting Temp Connection ==== ==== Disconnecting Temp Connection ====
-  * The URL link in the email will cause a redirect to a special CoovaChilli URL that will log the user out.+  * The URL link in the email will cause a redirect to a special CoovaChilli URL that will log the user out (http://1.0.0.0). 
 +  * For this to happen the user should be connected to the Captive Portal so that this URL can log them out. 
 <code php> <code php>
 if($otp == $q_r->value){ if($otp == $q_r->value){
Line 89: Line 91:
  
 </code> </code>
 +<WRAP center round important 100%>
 +We are still looking for a similar way to disconnect users on a Mikrotik based Hotspot.
 +</WRAP>
 +