nextcloud hide signup link on shares

This commit is contained in:
cronekorkn 2023-01-03 14:03:56 +01:00
parent afef2d18d6
commit 272ee4f5af
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -40,4 +40,5 @@ $CONFIG = array (
"loglevel" => 3,
"default_phone_region" => "DE",
"versions_retention_obligation" => "auto, 90",
'simpleSignUpLink.shown' => false,
);