Merge branch 'develop' into app-switcher
This commit is contained in:
commit
6c54307859
1 changed files with 9 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"column_break_uhqk",
|
||||
"login_with_email_link",
|
||||
"login_with_email_link_expiry",
|
||||
"rate_limit_email_link_login",
|
||||
"brute_force_security",
|
||||
"allow_consecutive_login_attempts",
|
||||
"column_break_34",
|
||||
|
|
@ -669,12 +670,19 @@
|
|||
"fieldname": "default_app",
|
||||
"fieldtype": "Select",
|
||||
"label": "Default App"
|
||||
},
|
||||
{
|
||||
"depends_on": "login_with_email_link",
|
||||
"description": "You can set a high value here if multiple users will be logging in from the same network.",
|
||||
"fieldname": "rate_limit_email_link_login",
|
||||
"fieldtype": "Int",
|
||||
"label": "Rate limit for email link login"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-cog",
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2024-08-08 20:10:55.939839",
|
||||
"modified": "2024-08-12 17:02:41.877346",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "System Settings",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue