Changes for page Anwendungseinstellungen


From version 7.2
edited by awa
on 18.08.2022, 08:04
Change comment: There is no comment for this version
To version 6.1
edited by awa
on 14.02.2022, 15:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -95,8 +95,7 @@
95 95  
96 96  {{table dataTypeAlpha="0" preSort="0-asc" caption="Various settings regarding the application"}}
97 97  |= Property|= Default value|= Explanation
98 -|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]. Since V7, the field name is automatically renewed when the form is opened.
99 -|bot.field.autocomplete|new-password|Value for the //autocomplete// attribute of the bot field. When this property is not present, it defaults to //new-password//. When the value is empty, the //autocomplete// attribute is not set. Any other value is used for the //autocomplete// attribute.
98 +|bot.field.name|x-i-m-a-5536-required|Name of the hidden input field [[for detecting bots.>>doc:Formcycle.SystemSettings.ErrorMessageTemplates]]
100 100  |defaults.systemeinstellung.loginName|sadmin|Login name for the super administrator of the system.
101 101  |defaults.systemeinstellung.passwort|hash(admin)|Login name for the super administrator of the system. Should be changed after installing the application. The password is stored hashed, it should not be set manually in the configuration file, but only via the user interface.
102 102  |cluster.implementation|jgroups|The implementation used for [[clustering>>doc:Formcycle.SystemSettings.UserInterface.Cluster.WebHome]]. Allowed options are [[jgroups>>http://www.jgroups.org/||target="_blank"]] and [[shoal>>https://javaee.github.io/shoal/||target="_blank"]].
... ... @@ -179,13 +179,13 @@
179 179  
180 180  The properties for events share the following pattern:
181 181  
182 -{{code language="text"}}
181 +{{code}}
183 183  trigger.<technical_name_of_the_event>.enable=false
184 184  {{/code}}
185 185  
186 186  The properties for actions share the following pattern:
187 187  
188 -{{code language="text"}}
187 +{{code}}
189 189  processing.<technical_name_of_the_action>.enable=false
190 190  {{/code}}
191 191  
... ... @@ -237,3 +237,4 @@
237 237  * //fc_throw_exception//: Throw error
238 238  * //fc_write_form_record_attributes//: Set server attribute
239 239  * //sequence//: Block statement
239 +