From 272ee4f5aff45d5bdb95251e8589fb39d1136332 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 3 Jan 2023 14:03:56 +0100 Subject: [PATCH] nextcloud hide signup link on shares --- bundles/nextcloud/files/managed.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php index b6a32b3..57a2299 100644 --- a/bundles/nextcloud/files/managed.config.php +++ b/bundles/nextcloud/files/managed.config.php @@ -40,4 +40,5 @@ $CONFIG = array ( "loglevel" => 3, "default_phone_region" => "DE", "versions_retention_obligation" => "auto, 90", + 'simpleSignUpLink.shown' => false, );