Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget VisitsSummary (getEvolutionGraph) doesn't work with token_auth #1260

Closed
anonymous-matomo-user opened this issue Mar 30, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hey!

Obviously the widget VisitsSummary (getEvolutionGraph) doesn't work with token_auth. When using the following code, I get only a "Keine Daten fr dieses Diagramm"-messsage (No data for this chart). If I'm logged in, it works. Other widgets I've tested are working with token_auth.

<div id="widgetIframe"><iframe width="100%" height="170" src="http://piwik.xyz.de/index.php?module=Widgetize&action=iframe&columns[]=nb_visits&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=1&period=day&disableLink=1&token_auth=473a5af9c096e329f25cac9392c51095" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

Keywords: widget, VisitsSummary, volutionGraph, token_auth

@mattab
Copy link
Member

mattab commented May 7, 2010

(In [2151]) Fixes #1260 Widgetize now explicitely loads privileges based on the specified token_auth from the request. If not found, the request will be authenticated using the fallback login mechanism (cookie).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants