Default install to site profile community

This commit is contained in:
Mikael Nordfeldth 2015-02-20 01:00:28 +01:00
parent b639a25856
commit 96099807e1
2 changed files with 4 additions and 4 deletions

View File

@ -265,10 +265,10 @@ class WebInstaller extends Installer
<li>
<label for="site_profile">Type of site</label>
<select id="site_profile" name="site_profile">
<option value="private">Private</option>
<option value="community">Community</option>
<option value ="public">Public</option>
<option value ="singleuser">Single User</option>
<option value="public">Public (open registration)</option>
<option value="singleuser">Single User</option>
<option value="private">Private (no federation)</option>
</select>
<p class="form_guide">Initial access settings for your site</p>
</li>

View File

@ -53,7 +53,7 @@ $default =
'broughtbyurl' => null,
'closed' => false,
'inviteonly' => true,
'private' => true,
'private' => false,
'ssl' => 'never',
'sslserver' => null,
'dupelimit' => 60, // default for same person saying the same thing