let admins prevent registration

darcs-hash:20080724235508-84dde-8bac4d9dd772adb9f27d083b3d0b6ed5b7526dbf.gz
This commit is contained in:
Evan Prodromou
2008-07-24 19:55:08 -04:00
parent 3a262a3bcd
commit e97c06e8e2
3 changed files with 8 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ $config['site']['path'] = 'laconica';
#Brought by...
#$config['site']['broughtby'] = 'Individual or Company';
#$config['site']['broughtbyurl'] = 'http://example.net/';
#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;
# If you want logging sent to a file instead of syslog
#$config['site']['logfile'] = '/tmp/laconica.log';