From: Josh Date: Tue, 30 Jul 2024 15:18:58 +0000 (-0400) Subject: feat: enable bruteforcesettings app by default X-Git-Tag: v30.0.0rc1~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49a63761cc0cb33ef12915c4ae5cbac9a014da4a;p=nextcloud-server.git 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 --- 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",