Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| radius:login_settings [2024/02/13 09:57] – system | radius: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=" | ||
| {{: | {{: | ||
| + | </ | ||
| * 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**, | * If you specify the auto-add suffix as **our_internet_cafe**, | ||
| + | <panel type=" | ||
| {{: | {{: | ||
| + | </ | ||
| * 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=" | ||
| {{: | {{: | ||
| + | </ | ||
| ===== 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=" | ||
| {{: | {{: | ||
| + | </ | ||
| ===== 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=" |
| 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 **/ | * The file **/ | ||
| * 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=" |
| 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. | ||