From 85f14f92fdb5c375f0ae4100f50a529a62b480ec Mon Sep 17 00:00:00 2001 From: rupak Date: Sat, 24 Jan 2026 20:16:43 +0545 Subject: Message for closed registration (#8462) * Add closed msg field i18n fix * Display based on registration type * Save as FreshRSS_Context::systemConf()->closed_registration_message instead * Improve messages * Revert unrelated changes * make fix-all * Minor whitespace * Simplify logic * Fix invalid use of empty() and sympler syntax --------- Co-authored-by: Alexandre Alapetite --- app/Models/SystemConfiguration.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/SystemConfiguration.php') diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index a11142f80..e366cbb8b 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -19,6 +19,7 @@ declare(strict_types=1); * @property-read bool $http_auth_auto_register * @property-read string $http_auth_auto_register_email_field * @property string $language + * @property string $closed_registration_message * @property array $limits * @property-read string $logo_html * @property-read string $meta_description -- cgit v1.2.3