add 'invite-only' mode for registration

darcs-hash:20081021182822-5ed1f-9a8ee3960f82d115d43e35baac646f69bc702533.gz
This commit is contained in:
Evan Prodromou
2008-10-21 14:28:22 -04:00
parent 44a90a7fa7
commit 3a246c1726
4 changed files with 27 additions and 4 deletions

View File

@@ -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';