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, );