aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-07-30 11:18:58 -0400
committerGitHub <noreply@github.com>2024-07-30 11:18:58 -0400
commit49a63761cc0cb33ef12915c4ae5cbac9a014da4a (patch)
treea588af0398fa502c6531b426a5437cd655f44e41 /core
parent3133abac16c41cf4a8e123be084c45711966e069 (diff)
downloadnextcloud-server-49a63761cc0cb33ef12915c4ae5cbac9a014da4a.tar.gz
nextcloud-server-49a63761cc0cb33ef12915c4ae5cbac9a014da4a.zip
feat: enable bruteforcesettings app by default
Brute force protection is automatically enabled. The settings app for it should be enabled by default too. Already shipped and it can still be disabled if desired. Signed-off-by: Josh <josh.t.richards@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/shipped.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json
index 23bada20f4a..665463a87d8 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -52,6 +52,7 @@
],
"defaultEnabled": [
"activity",
+ "bruteforcesettings",
"circles",
"comments",
"contactsinteraction",