From e04b35a1844815b55392e13bd497d90ee4c6a22d Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 28 Mar 2024 14:42:22 +1000 Subject: [PATCH] FIX: Hide footgun max_notifications_per_user site setting (#26414) It's not really intentional to have regular admins change this in all but pathological cases. It deletes all notifications over this threshold for users without warning. If admins really want to turn this on, they can do it via the app.yml file --- config/site_settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/site_settings.yml b/config/site_settings.yml index d76b69c6e2d..d3a22225ab2 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -727,6 +727,7 @@ users: client: true max_notifications_per_user: default: 10000 + hidden: true gravatar_name: default: Gravatar client: true