diff options
author | Josh <josh.t.richards@gmail.com> | 2024-07-30 11:18:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 11:18:58 -0400 |
commit | 49a63761cc0cb33ef12915c4ae5cbac9a014da4a (patch) | |
tree | a588af0398fa502c6531b426a5437cd655f44e41 /core | |
parent | 3133abac16c41cf4a8e123be084c45711966e069 (diff) | |
download | nextcloud-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.json | 1 |
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", |