Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2021-10-11 03:43:52 +0300
committerGitHub <noreply@github.com>2021-10-11 03:43:52 +0300
commit846cea6aa5fdeb47028a4c350a39ffa051e975a0 (patch)
treea0a1ecac7eaeb8bcf89affa29cd91387953ce6d6 /config
parentedcf0500216174e34398f39cc2aa2709ab971580 (diff)
add write to adding_segment_requires_access (#18113)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8c5bcd4920..46c36c8661 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -294,7 +294,7 @@ enable_segment_suggested_values = 1
; By default, any user with a "view" access for a website can create segment assigned to this website.
; Set this to "admin" or "superuser" to require that users should have at least this access to create new segments.
; Note: anonymous user (even if it has view access) is not allowed to create or edit segment.
-; Possible values are "view", "admin", "superuser"
+; Possible values are "view", "write", "admin", "superuser"
adding_segment_requires_access = "view"
; Whether it is allowed for users to add segments that affect all websites or not. If there are many websites