From f4c71b06c1eff7d823d24f7e449d3f9bc00050ce Mon Sep 17 00:00:00 2001 From: tonis Date: Fri, 8 Mar 2024 14:18:15 +0200 Subject: [PATCH] remove disableProfileViewsForRegularUsers from docs --- docs/install/configuration-options.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/install/configuration-options.md b/docs/install/configuration-options.md index 0af4834..f1ffd67 100755 --- a/docs/install/configuration-options.md +++ b/docs/install/configuration-options.md @@ -322,11 +322,6 @@ Set to `true` to restrict user assignments to roles only. If `true` registration and last login IPs are not logged into users table, instead a dummy 127.0.0.1 is used - -#### disableProfileViewsForRegularUsers (type: `boolean`, default: `false`) - -If `true` only admin users have access to view any other user's profile. By default any user can see any other users public profile page. - #### minPasswordRequirements (type: `array`, default: `['lower' => 1, 'digit' => 1, 'upper' => 1]`) Minimum requirements when a new password is automatically generated.