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:
authormattab <matthieu.aubry@gmail.com>2014-05-22 06:51:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-22 06:51:55 +0400
commit8885f29e36f2be15800f63cb42d94d1268951795 (patch)
tree19c8b9789809d7b5d8e1b88eec00bc2cbbeba806 /config
parenta1577f21172211de66d561ea92490644756fbd0d (diff)
Refs #5172 Rename config setting with a clear name, adding_segment_requires_access
idSite===false is not valid use case AFAIK so removing code that deals with that.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 415d6a3d7e..9bbf32c349 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -158,9 +158,10 @@ enable_create_realtime_segments = 1
; Set this to 0 in case your Piwik database is very big, and suggested values may not appear in time
enable_segment_suggested_values = 1
-; Set the required access level for creating, editing and removing segments
+; By default, only Set the required access level for creating, editing and removing segments
; Possible values are "view", "admin", "superuser"
-segment_editor_required_access = "view"
+; Note: anonymous user (even if it has view access) will not be allowed to create or edit segment.
+adding_segment_requires_access = "view"
; this action name is used when the URL ends with a slash /
; it is useful to have an actual string to write in the UI