summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-23 15:31:51 +0200
committerGitHub <noreply@github.com>2018-08-23 15:31:51 +0200
commit162b16b5054be4034e700f1fb8640fdb34615e59 (patch)
tree0a8ac535649cbb60d2aa6105d3fd8c551ac43485 /config/config.sample.php
parent2219d352072f829b07b48a76ff55b9de667f28e3 (diff)
parentad5093b7a63d8b223c19953dc37cc33c31631be8 (diff)
downloadnextcloud-server-162b16b5054be4034e700f1fb8640fdb34615e59.tar.gz
nextcloud-server-162b16b5054be4034e700f1fb8640fdb34615e59.zip
Merge pull request #10822 from nextcloud/feature/noid/show-link-to-simple-sign-up
Show link to simple sign up page
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 09b5c185041..16824e67ed1 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1632,4 +1632,11 @@ $CONFIG = array(
'/^Microsoft-WebDAV-MiniRedir/', // Windows webdav drive
),
+/**
+ * By default there is on public pages a link shown that allows users to
+ * learn about the "simple sign up" - see https://nextcloud.com/signup/
+ *
+ * If this is set to "false" it will not show the link.
+ */
+'simpleSignUpLink.shown' => true,
);