In my Piwik installation I have restricted access with .htaccess, except for pwiwik.js and index.php as mentioned in the user guide.
Since update to Piwik 2.0.4-b1 the .htaccess login prompt is also shown on piwik/index.php.
I found a typo in piwik/plugins/Login/templates/login.twig:
24 <link rel="stylesheet" type="text/css" href="libs/jquery/stylesheetsk/jquery.smartbanner.css" /> ```
After removing the surplus "k" behind "libs/jquery/stylesheets" everything looks fine and the htaccess login prompt is no longer shown at piwik/index.php
Keywords: login.twig, typo,stylesheetsk
In my Piwik installation I have restricted access with .htaccess, except for pwiwik.js and index.php as mentioned in the user guide.
Since update to Piwik 2.0.4-b1 the .htaccess login prompt is also shown on piwik/index.php.
I found a typo in piwik/plugins/Login/templates/login.twig: