Wiki source code of Mandanten
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{content/}} | ||
| 2 | |||
| 3 | Each client is a separate instance with their own forms, users, user groups, inboxes, form record state, mail servers etc. The number of clients that can be created is limited by the license. A client can be created only the so-called //super administrator// or //sadmin//. At least one client is required for a working {{fcserver/}}. | ||
| 4 | |||
| 5 | == Adding a client == | ||
| 6 | |||
| 7 | {{figure image="system_clients_new_en.png"}} | ||
| 8 | User interface for adding a new clients. | ||
| 9 | {{/figure}} | ||
| 10 | |||
| 11 | Click the button //new// to add a new client. | ||
| 12 | |||
| 13 | === Client name === | ||
| 14 | |||
| 15 | {{info}} | ||
| 16 | Note that the name cannot be changed later anymore. | ||
| 17 | {{/info}} | ||
| 18 | |||
| 19 | {{figure image="system_clients_base_settings_en.png"}} | ||
| 20 | Setting a name for the newly created client. It cannot be changed later and may contain only letters, digits, periods or dashes. | ||
| 21 | {{/figure}} | ||
| 22 | |||
| 23 | Provide a name for this client. It must not contain any characters other than letters, digits, periods or dashes. | ||
| 24 | |||
| 25 | This name is also part of the sign-in name of users for signing in to {{formcycle/}}. For example, when the client name is xima.de, and the user's name //JohnDoe//, the sign-in name will be JohnDoe@xima.de | ||
| 26 | |||
| 27 | {{panel title="Examples for valid and invalid client names"}} | ||
| 28 | |||
| 29 | (((xima.de = OK))) | ||
| 30 | |||
| 31 | (((xima-media.de = OK))) | ||
| 32 | |||
| 33 | (((xima_media:de = Falsch))) | ||
| 34 | |||
| 35 | (((xima@media.de = Falsch))) | ||
| 36 | |||
| 37 | {{/panel}} | ||
| 38 | |||
| 39 | === Further settings === | ||
| 40 | |||
| 41 | These settings can be changes later as well and a described in details on the section for [[client settings>>Formcycle.UserInterface.Client.Settings]]. | ||
| 42 | |||
| 43 | {{panel initial="hidden" responsive="true" triggerable="true" title="Client settings"}} | ||
| 44 | {{include document="Formcycle.UserInterface.Client.Settings" context="NEW"/}} | ||
| 45 | {{/panel}} | ||
| 46 | |||
| 47 | == Client administrator == | ||
| 48 | |||
| 49 | {{figure image="system_clients_admin_en.png"}} | ||
| 50 | Setting up the client administrator. This can be done once the new client has been created as well. | ||
| 51 | {{/figure}} | ||
| 52 | |||
| 53 | When adding a new client, a client administrator will be created automatically. You can setup the settings for the client administrator here. They can be modified later on the [[user administration pages>>Formcycle.UserInterface.UserSettings]]. | ||
| 54 | |||
| 55 | * **User name** | ||
| 56 | The user's name. Only letters and digits may be used. | ||
| 57 | |||
| 58 | * **Title, given name, last name, mail, phone** | ||
| 59 | The user's personal data. A mail address is required and used for example for sending password recovery mails. | ||
| 60 | |||
| 61 | * **Password** | ||
| 62 | A strong password that must consist of at least 8 and at most 20 characters. |