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
radius:login_settings [2024/02/13 09:57] systemradius:login_settings [2024/02/13 15:18] (current) – [User Registration With Top-Up Profile] system
Line 28: Line 28:
   * This function is useful for sites where a permanent user registers by entering their email address and password.   * This function is useful for sites where a permanent user registers by entering their email address and password.
   * When the permanent user is created (provided the settings on the realm are so), a suffix is added.   * When the permanent user is created (provided the settings on the realm are so), a suffix is added.
 +<panel type="primary">
 {{:radius:login_pages:realm_suffix.png|}} {{:radius:login_pages:realm_suffix.png|}}
 +</panel>
   * This will give you a username like dirk@gmail.com@our_internet_cafe.   * This will give you a username like dirk@gmail.com@our_internet_cafe.
   * If you specify the auto-add suffix as **our_internet_cafe**, this value is automatically appended to the user name specified by the user.   * If you specify the auto-add suffix as **our_internet_cafe**, this value is automatically appended to the user name specified by the user.
 +<panel type="primary">
 {{:radius:login_pages:username_suffix.png|}} {{:radius:login_pages:username_suffix.png|}}
 +</panel>
   * He then only has to remember his email address and the password he has chosen.   * He then only has to remember his email address and the password he has chosen.
  
Line 41: Line 43:
         * The User registration option.         * The User registration option.
   * Remember that you must first configure the system with valid email settings for this to work.   * Remember that you must first configure the system with valid email settings for this to work.
 +<panel type="primary">
 {{:radius:login_pages:email_settings.png|}} {{:radius:login_pages:email_settings.png|}}
 +</panel>
  
 ===== T&C URL ===== ===== T&C URL =====
Line 50: Line 54:
   * There is an option that allows the page to show usage to a user after they have connected.   * There is an option that allows the page to show usage to a user after they have connected.
   * This is handy for a voucher based system or a system that uses permanent users with top-ups.   * This is handy for a voucher based system or a system that uses permanent users with top-ups.
 +<panel type="primary">
 {{:radius:login_pages:usage_included.png|}} {{:radius:login_pages:usage_included.png|}}
 +</panel>
 ===== Support for Arabic ===== ===== Support for Arabic =====
   * Support for Arabic is now also included.   * Support for Arabic is now also included.
Line 92: Line 96:
   * If you choose such a profile, it is very important to assign an initial top-up value to the user in order to limit the data that the user can use.   * If you choose such a profile, it is very important to assign an initial top-up value to the user in order to limit the data that the user can use.
  
-<WRAP center round important 90%>+<alert type="warning"> 
 If you do not specify an initial top-up value, the user may be able to use unlimited data. If you do not specify an initial top-up value, the user may be able to use unlimited data.
-</WRAP>+</alert>
   * The file **/var/www/cake3/rd_cake/src/Controller/RegisterUsersController.php** contains a section that you can enable to automatically add the first top-up for you when the user registers.   * The file **/var/www/cake3/rd_cake/src/Controller/RegisterUsersController.php** contains a section that you can enable to automatically add the first top-up for you when the user registers.
   * Simply change **$add_topup = true;** and specify the value of the first top-up   * Simply change **$add_topup = true;** and specify the value of the first top-up
Line 142: Line 147:
   * You can also choose to use CHAP and NOT use the UAM service.   * You can also choose to use CHAP and NOT use the UAM service.
   * For this to work correctly, you must omit the UAM secret when configuring CoovaChilli.   * For this to work correctly, you must omit the UAM secret when configuring CoovaChilli.
-<WRAP center round important 90%>+<alert type="warning">
 If you decide to use CHAP, you should omit the UAM secret in the CoovaChilli configuration. If you decide to use CHAP, you should omit the UAM secret in the CoovaChilli configuration.
-</WRAP>+</alert>
   * For MESHdesk and APdesk, you can now also omit the UAM secret in the configuration.   * For MESHdesk and APdesk, you can now also omit the UAM secret in the configuration.
   * Also make sure that your MESHdesk firmware on OpenWrt is the latest one that includes this support.   * Also make sure that your MESHdesk firmware on OpenWrt is the latest one that includes this support.
  • radius/login_settings.1707811030.txt.gz
  • Last modified: 2024/02/13 09:57
  • by system