nextcloud hide signup link on shares
This commit is contained in:
parent
afef2d18d6
commit
272ee4f5af
1 changed files with 1 additions and 0 deletions
|
@ -40,4 +40,5 @@ $CONFIG = array (
|
||||||
"loglevel" => 3,
|
"loglevel" => 3,
|
||||||
"default_phone_region" => "DE",
|
"default_phone_region" => "DE",
|
||||||
"versions_retention_obligation" => "auto, 90",
|
"versions_retention_obligation" => "auto, 90",
|
||||||
|
'simpleSignUpLink.shown' => false,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue