info on upgrading a public site

This commit is contained in:
Evan Prodromou 2011-09-08 13:22:38 -04:00
parent a740556e3f
commit f63b53c495
1 changed files with 20 additions and 1 deletions

21
UPGRADE
View File

@ -95,4 +95,23 @@ have a line in your config.php pointing to the old name, you'll need
to update it.
Note that the XMPP bots have changed since version 0.5; see above for
details.
details.
Privacy
=======
With StatusNet 1.0, our default install profile is for private sites.
If you did not specify the privacy level of your site previously, it
was public. Now, it's private.
If you upgrade a public site, you will need to reset the privacy
level. You can do this in your config.php:
$config['site']['private'] = false;
...or with setconfig.php in the db:
php setconfig.php site private false
...or with the site admin panel.