diff --git a/protected/humhub/docs/guide/admin/security.md b/protected/humhub/docs/guide/admin/security.md index 50a6851703..76a0a87df3 100644 --- a/protected/humhub/docs/guide/admin/security.md +++ b/protected/humhub/docs/guide/admin/security.md @@ -5,7 +5,7 @@ Disable Errors / Debugging -------------------------- - Modify *index.php* in your humhub root directory - + ```php [...] // 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 - Protected Directories --------------------- -Make sure following directories are not accessible by web: +Make sure the following directories are not accessible by web: - protected - uploads/file By default these folders are protected with a ".htaccess" file. - 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` - 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 --------------------------------------- -As admin you'll receive a notification when a new HumHub version is released. We recommend to always use the latest stable version. - -We take security very seriously and continuously improving the security features of HumHub. - - +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 we're continuously improving the security features of HumHub.