diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-08-23 14:32:42 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-08-23 14:41:19 +0200 |
commit | ad5093b7a63d8b223c19953dc37cc33c31631be8 (patch) | |
tree | 47ec213b84b097cdee0e87d805c0361acb508bb5 /config/config.sample.php | |
parent | 04a744742a06f6f274f7d61fa5d0ab3c6fa72203 (diff) | |
download | nextcloud-server-ad5093b7a63d8b223c19953dc37cc33c31631be8.tar.gz nextcloud-server-ad5093b7a63d8b223c19953dc37cc33c31631be8.zip |
Show link to simple sign up page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 7 |
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, ); |