eristoddle / PiwikSignupPlugin

Plugin that allows users to sign up for an account in your Piwik installation.
10 stars 4 forks source link

Any alternative for Piwik 3 ? #5

Open alcalyn opened 6 years ago

alcalyn commented 6 years ago

I have an installation of Piwik 3, and tried this (old) plugin, but as expected it does not work:

Signup plugin is not compatible with Piwik 3.2.0.

For people who come here, do you use any alternative ?

sultanishvili commented 6 years ago

I spend years asking to make updates. Later found they made SAAS them self. So do not think they will work on plugins.

alcalyn commented 6 years ago

Ok, I see. It's a free (AGPL) software, so they are free to make this decision, as we are free to develop a community plugin.

Rapid0nion commented 6 years ago

also in search of this plugin

sultanishvili commented 6 years ago

This is not actual any more. They (Piwik) made this as cloud service.

alcalyn commented 6 years ago

I think a plugin like this is still revelant. My need was (and is still) to share my own instance with a few other people. But I don't want to create accounts by hand.

So I would like to install a plugin that allows an amount of extra people to use my instance. That would help in more people test and use Matomo.

I'm thinking about creating this plugin using the API, maybe when I have some free time and motivation.

I checked API, and I've already seen modules UsersManager and SitesManager with methods UsersManager.addUser (userLogin, password, email, alias = '') and

SitesManager.addSite (
  siteName,
  urls = '',
  ecommerce = '',
  siteSearch = '',
  ...
)

I'm thinking about playing with this, creating a signup form and add some interface to control the number of allowed extra users.

Rapid0nion commented 6 years ago

Ready to pay for this plugin $100. The plugin should allow new users to be registered and create their own analytical companies.

sultanishvili commented 6 years ago

I will pay $200 but not sure it will work. Check out my main idea several years ago to work with PIWIK. 123idea

If we can get together there will be great.

Rapid0nion commented 6 years ago

I made an auto registration and personal input code for each user. If interesting you may call me at rapid0nion(at)india.com .

alcalyn commented 5 years ago

Hello there, I finally developed this plugin for Matomo 3. I released it on the marketplace.

Marketplace: https://plugins.matomo.org/Signup Github: https://github.com/alcalyn/matomo-plugin-signup