Project

General

Profile

Remove link “Get your own free account” » History » Version 1

Gareth Eaton, 05/20/2023 11:13 AM

1 1 Gareth Eaton
h1. Remove link “Get your own free account”
2
3
4
Add this in /path/to/nextcloud/config/config.php:
5
6
<pre>
7
  'simpleSignUpLink.shown' => false,
8
</pre>
9
10
Changes made to the configuration file take effect immediately without requiring a system reboot.