summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-21 14:28:22 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-21 14:28:22 -0400
commit3a246c17266d562e0510e5a332009dcfda43c1c7 (patch)
tree6cf8b24dc7d28c498e1c618bd6e514a974863d90 /config.php.sample
parent44a90a7fa78d8b40485fd36020c333271a0b5734 (diff)
add 'invite-only' mode for registration
darcs-hash:20081021182822-5ed1f-9a8ee3960f82d115d43e35baac646f69bc702533.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index f0394b1ba..d976b523b 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -26,6 +26,8 @@ $config['site']['path'] = 'laconica';
#If you don't want to let users register (say, for a one-person install)
#Crude but effective -- register everybody, then lock down
#$config['site']['closed'] = true;
+#Only allow registration for people invited by another user
+#$config['site']['inviteonly'] = true;
# If you want logging sent to a file instead of syslog
#$config['site']['logfile'] = '/tmp/laconica.log';