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
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2020-10-29 02:37:25 +0300
committerGitHub <noreply@github.com>2020-10-29 02:37:25 +0300
commit5c7b0f275a9fac7ef9ac8292db7b6bf1a40d8c6b (patch)
treede45a54aa679128663e569c929159ab0ebfbf959 /plugins/Widgetize
parent935293db11b7ee98d97596118ae76d9023d8d79e (diff)
Add new INI config [General] enable_framed_allow_write_admin_token_auth… (#16595)
* Add new INI config [General] enable_framed_allow_write_admin_token_auth to allow framed matomo use case to still function in Matomo 4. * Link to faq in exception message. * apply pr feedback and write integration tests (not passing) * fix test * fix test * update screenshot * fix more ui tests * update exception message * update some expected screenshots * update screenshot Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/lang/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Widgetize/lang/en.json b/plugins/Widgetize/lang/en.json
index 589df08bfe..c886f6b564 100644
--- a/plugins/Widgetize/lang/en.json
+++ b/plugins/Widgetize/lang/en.json
@@ -2,7 +2,8 @@
"Widgetize": {
"OpenInNewWindow": "Open in a new window",
"PluginDescription": "Display any Matomo report in your website or app with a simple Embed HTML tag.",
- "ViewAccessRequired": "This user has at least some write access. Only tokens of users who have only view access can be used.",
- "TopLinkTooltip": "Export Matomo Reports as Widgets and embed the Dashboard in your app as an iframe."
+ "ViewAccessRequired": "This user has at least some write access. Only tokens of users who have only view access can be used. See %1$s for more information.",
+ "TopLinkTooltip": "Export Matomo Reports as Widgets and embed the Dashboard in your app as an iframe.",
+ "TooHighAccessLevel": "This user has super user access. For embedding widgets super user token auths are not allowed. %1$sSee our faq for more information.%2$s"
}
} \ No newline at end of file