Wiki source code of Initiale Konfiguration
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{content/}} | ||
| 2 | |||
| 3 | {{panel type="warning" inline="false"}} | ||
| 4 | The initial password for the system administrator (username //sadmin// and password //admin//) should be changed immediately after your first login. | ||
| 5 | {{/panel}} | ||
| 6 | |||
| 7 | {{figure image="slogin_install_en.png"}} | ||
| 8 | When the system was not configured yet, you will see these notifications on the login page. Sign in as the system administrator to setup the system. | ||
| 9 | {{/figure}} | ||
| 10 | |||
| 11 | After you deployed {{formcycle/}} to the application server, you need to configure the system before it is ready to be put in use. | ||
| 12 | |||
| 13 | Go to the configuration page which you can access via the following URL, assuming you did not change the default settings: | ||
| 14 | |||
| 15 | {{code language="none"}} | ||
| 16 | http://servername:port/formcycle/ | ||
| 17 | {{/code}} | ||
| 18 | |||
| 19 | Sign in as the system administrator. The default username and password are //sadmin// and //admin//, respectively. Make sure you change this password. | ||
| 20 | |||
| 21 | == Login attempts == | ||
| 22 | |||
| 23 | To improve the security of the system, when a user enters an invalid password too many times, they are blocked from further login attempts. By default, after a user fails to login for five times, they are blocked for 15 minutes until they can try again. When necessary, these default settings can [[be changed>>doc:Formcycle.SystemSettings.ConfigFiles.ApplicationProperties||anchor="HLogin"]]. | ||
| 24 | |||
| 25 | == Step 1: Setting up the database connection == | ||
| 26 | |||
| 27 | Make sure you did install the database driver for your database management system. Then you can configure the database connection, see [[database>>doc:Formcycle.SystemSettings.UserInterface.Database]]. | ||
| 28 | |||
| 29 | == Step 2: Providing a valid license file == | ||
| 30 | |||
| 31 | See [[license>>doc:Formcycle.SystemSettings.UserInterface.License]]. | ||
| 32 | |||
| 33 | |||
| 34 | == Step 3: Creating a client == | ||
| 35 | |||
| 36 | See [[clients>>doc:Formcycle.SystemSettings.UserInterface.Clients]]. | ||
| 37 | |||
| 38 | == Step 4: Customizing the application properties == | ||
| 39 | |||
| 40 | All application properties have got a sensible default value. You only need to modify them if necessary. See [[application properties.>>doc:Formcycle.SystemSettings.ConfigFiles.ApplicationProperties]] |