Close new registrations on friendica

This commit is contained in:
Bob Mottram 2017-04-07 21:13:19 +01:00
parent 29dda85f24
commit 6293de4152
2 changed files with 13 additions and 7 deletions

View File

@ -42,3 +42,5 @@ On first visiting your Friendica site you'll see the login screen. The first thi
#+END_CENTER
Friendica has numerous addons which you might want to explore. Select the small icon next to the search box and you will get to the administrator settings. Select *plugins* and you can then configure which ones you want. From the *site* settings you can also force all links to use SSL/TLS for added security.
You can have as many users register as you wish, but it's a good idea to close registrations once you don't need any more accounts in order to prevent millions of random users from the internet setting up home on your Friendica site and ruining the performance of your server. To do that go to the *Administrator control panel* and select *App Settings* then *friendica*. You can then choose the option to prevent new account registrations.

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-04-07 Fri 20:10 -->
<!-- 2017-04-07 Fri 21:12 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -252,9 +252,9 @@ for the JavaScript code in this tag.
Friendica is a federated social networking system. It can federate with other popular systems such as GNU Social and Diaspora. Currently Friendica only works on the clearnet and doesn't have an onion address.
</p>
<div id="outline-container-org7aaa3f8" class="outline-2">
<h2 id="org7aaa3f8">Installation</h2>
<div class="outline-text-2" id="text-org7aaa3f8">
<div id="outline-container-orgd9bddb0" class="outline-2">
<h2 id="orgd9bddb0">Installation</h2>
<div class="outline-text-2" id="text-orgd9bddb0">
<p>
Log into your system with:
</p>
@ -279,9 +279,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
</div>
<div id="outline-container-org0cd4c57" class="outline-2">
<h2 id="org0cd4c57">Initial setup</h2>
<div class="outline-text-2" id="text-org0cd4c57">
<div id="outline-container-orgb12e6f8" class="outline-2">
<h2 id="orgb12e6f8">Initial setup</h2>
<div class="outline-text-2" id="text-orgb12e6f8">
<p>
If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Friendica domain listed there. You can then navigate to your site in a browser.
</p>
@ -301,6 +301,10 @@ On first visiting your Friendica site you'll see the login screen. The first thi
<p>
Friendica has numerous addons which you might want to explore. Select the small icon next to the search box and you will get to the administrator settings. Select <b>plugins</b> and you can then configure which ones you want. From the <b>site</b> settings you can also force all links to use SSL/TLS for added security.
</p>
<p>
You can have as many users register as you wish, but it's a good idea to close registrations once you don't need any more accounts in order to prevent millions of random users from the internet setting up home on your Friendica site and ruining the performance of your server. To do that go to the <b>Administrator control panel</b> and select <b>App Settings</b> then <b>friendica</b>. You can then choose the option to prevent new account registrations.
</p>
</div>
</div>
</div>