NextCloud: remove “Get your own free account” share URL
Add this in /path/to/nextcloud/config/config.php:
'simpleSignUpLink.shown'=> false,
On Ubuntu we need to edit with www-data user rights:
sudo-u www-data nano config.php
Add this in /path/to/nextcloud/config/config.php:
'simpleSignUpLink.shown'=> false,
On Ubuntu we need to edit with www-data user rights:
sudo-u www-data nano config.php