forked from GNUsocial/gnu-social
Default install to site profile community
This commit is contained in:
parent
b639a25856
commit
96099807e1
@ -265,10 +265,10 @@ class WebInstaller extends Installer
|
|||||||
<li>
|
<li>
|
||||||
<label for="site_profile">Type of site</label>
|
<label for="site_profile">Type of site</label>
|
||||||
<select id="site_profile" name="site_profile">
|
<select id="site_profile" name="site_profile">
|
||||||
<option value="private">Private</option>
|
|
||||||
<option value="community">Community</option>
|
<option value="community">Community</option>
|
||||||
<option value ="public">Public</option>
|
<option value="public">Public (open registration)</option>
|
||||||
<option value="singleuser">Single User</option>
|
<option value="singleuser">Single User</option>
|
||||||
|
<option value="private">Private (no federation)</option>
|
||||||
</select>
|
</select>
|
||||||
<p class="form_guide">Initial access settings for your site</p>
|
<p class="form_guide">Initial access settings for your site</p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -53,7 +53,7 @@ $default =
|
|||||||
'broughtbyurl' => null,
|
'broughtbyurl' => null,
|
||||||
'closed' => false,
|
'closed' => false,
|
||||||
'inviteonly' => true,
|
'inviteonly' => true,
|
||||||
'private' => true,
|
'private' => false,
|
||||||
'ssl' => 'never',
|
'ssl' => 'never',
|
||||||
'sslserver' => null,
|
'sslserver' => null,
|
||||||
'dupelimit' => 60, // default for same person saying the same thing
|
'dupelimit' => 60, // default for same person saying the same thing
|
||||||
|
Loading…
Reference in New Issue
Block a user