Skip to content

neffs/plugin-LoginHttpAuth

 
 

Repository files navigation

Piwik LoginHttpAuth Plugin

Build Status

Description

This plugin extends the standard Piwik authentication to use Basic HTTP Authentication. It lets you login to Piwik using the HTTP Auth mechanism.

How do I setup HTTP Auth using Piwik?

  • Login your Piwik as Super User. Click Settings, then click Marketplace.

  • Install the LoginHttpAuth plugin, then click Activate.

  • Click Settings, then click Users.

    • Check that there is a user in Piwik for each person that should have access to Piwik.
  • Enable HTTP Auth on the Piwik on your web server.

    For example, if you are using Apache webserver:

    • generate a .htpasswd file with your encrypted logins and passwords
    • copy this example .htaccess file in the root directory of Piwik, and set the path to your .htpasswd file
  • When you go to Piwik, you will see the Authentication window. Congratulations! You are now using HTTP Auth to protect Piwik.

Changelog

License

GPL v3 or later

Support

About

Plugin to let you connect to Piwik using HTTP Auth protocol instead of the standard Login mechanism

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.2%
  • HTML 10.5%
  • ApacheConf 5.3%