This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| user_guide:user_registration [2016/06/15 08:38] – created admin | user_guide:user_registration [2016/06/15 09:47] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== User Registration ====== | ====== User Registration ====== | ||
| - | * The Dynamic Login Pages include | + | * The Dynamic Login Pages applet includes |
| * This Wiki Page will discuss these options in detail | * This Wiki Page will discuss these options in detail | ||
| + | * If your install of RADIUSdesk does not include these features, be sure to upgrade your server to contain the latest SVN code and SQL patches. | ||
| + | |||
| + | ===== Activating User Registration ===== | ||
| + | |||
| + | {{: | ||
| + | |||
| + | * Select an entry in the Dynamic Login Pages applet and edit it. | ||
| + | * Under the **Settings** is a **Registration** sub-tab. | ||
| + | * User registration is by default disabled. | ||
| + | * When you enable it there are the following options to choose from: | ||
| + | |||
| + | ^ Item ^ Comment | ||
| + | | ** Realm** | ||
| + | | **Profile** | ||
| + | | **Auto-add suffix** | ||
| + | | **Suffix** | ||
| + | | **One user registration per device** | ||
| + | | **Auto-add device after authentication** | ||
| + | | **Send confirmation email** | ||
| + | |||
| + | * Most of the options are straight forward. There are however one which might need a bit more explanation. This is the **Auto-add suffix** option. | ||
| + | * RADIUSdesk has a limitation in that one can only register a username once. | ||
| + | * This means that if I come and register at a McDonalds restaurant with my email address johnsmith@gmail.com, | ||
| + | * To overcome this we can configure the system to automatically add a suffix and thus make the username unique. | ||
| + | * This way we can have johnsmith@gmail.com@mcd_jhb and johnsmith@gmail.com@bean_jhb on the same system. | ||
| + | * You'r next question will most likely be how will the user remember to add these suffix each time they log in? | ||
| + | * They do not have to. We simply specify to the login page what suffix to add automatically when a permanent user logs in. If the username does not end with the specified suffix, it will automatically be added before submitting the login request. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | <WRAP center round tip 90%> | ||
| + | * This feature is also handy when you have a few hotels and you created permanent users like room1@hi_jhb, | ||
| + | * The vistor can then also simply type in room1 and the suffix will automatically be added. | ||
| + | * This way you can host a big number of hotels each having a room1 user. | ||
| + | </ | ||