Changes for page Anwendungseinstellungen


From version 7.8
edited by awa
on 19.10.2022, 11:30
Change comment: There is no comment for this version
To version 8.2
edited by awa
on 13.12.2022, 16:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  {{content/}}
2 2  
3 -The file //application.properties// stores several application-wide properties, such as which links are shown on the start page or settings regarding failed logins.
3 +The file //application.properties// stores several application-wide properties, such as which links are shown on the start page or settings regarding failed logins. The file can be found in the config directory on the master server. The exact location of the propterties files is listed under System > [[Server information>>doc:Formcycle.SystemSettings.UserInterface.ServerInformation||target="_blank"]] > Used paths > Configuration files.
4 4  
5 5  == UI ==
6 6  
... ... @@ -57,6 +57,7 @@
57 57  
58 58  {{table dataTypeAlpha="0" preSort="0-asc" caption="Settings regarding login restrictions"}}
59 59  |= Property|= Default value|= Explanation
60 +|login.duplicated.message.suppress|false|Whether to show a message when a user logs in and another session already exists for the same user.
60 60  |login.fails.lock.timeout|900 (=15 minutes)|The amount of time in seconds a user needs to wait after using up all their login attempts. If the value is less than {{code language="none"}}60{{/code}}, it is clamped to {{code language="none"}}60{{/code}}.
61 61  |login.fails.lock.count|5|The number of consecutive failed login attempts before a user is locked out. Set to {{code language="none"}}0{{/code}} for an unlimited amount of attempts.
62 62  |login.fails.lock.onfullcache|true|Whether the system is locked when the login cache is full. Users cannot login anymore if the system is locked.