Fix: Add some grammar fixes

Added `,` and `we're` to express that the team is continuously improving security features as well as removed unneeded line spaces and other grammar fixes.
This commit is contained in:
Sarah Tsumayoi 2017-12-22 08:37:02 +09:00 committed by GitHub
parent 0e99e78d53
commit 81895c7642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Disable Errors / Debugging
-------------------------- --------------------------
- Modify *index.php* in your humhub root directory - Modify *index.php* in your humhub root directory
```php ```php
[...] [...]
// comment out the following two lines when deployed to production // comment out the following two lines when deployed to production
@ -16,21 +16,19 @@ Disable Errors / Debugging
- Delete *index-test.php* in your humhub root directory if exists - Delete *index-test.php* in your humhub root directory if exists
Protected Directories Protected Directories
--------------------- ---------------------
Make sure following directories are not accessible by web: Make sure the following directories are not accessible by web:
- protected - protected
- uploads/file - uploads/file
By default these folders are protected with a ".htaccess" file. By default these folders are protected with a ".htaccess" file.
Limit User Access Limit User Access
----------------- -----------------
If you're running a private social network, make sure the user registration is disabled or the approval system for new users is enabled. If you're running a private social network, make sure the user registration has been disabled or the approval system for new users has been enabled.
- Disable user registration: `Administration -> Users -> Settings -> Anonymous users can register` - Disable user registration: `Administration -> Users -> Settings -> Anonymous users can register`
- Enable user approvals: `Administration -> Users -> Settings -> Require group admin approval after registration` - Enable user approvals: `Administration -> Users -> Settings -> Require group admin approval after registration`
@ -39,9 +37,6 @@ If you're running a private social network, make sure the user registration is d
Keep up with the latest HumHub version Keep up with the latest HumHub version
--------------------------------------- ---------------------------------------
As admin you'll receive a notification when a new HumHub version is released. We recommend to always use the latest stable version. As an admin you'll receive a notification when a new HumHub version has been released. We strongly recommend to always use the latest stable version when possible.
We take security very seriously and continuously improving the security features of HumHub.
We take security very seriously, and we're continuously improving the security features of HumHub.