Bypass signup and login plugins of piwik

Hi everyone,

i have two issues in the integration of piwik with my application.

  1. i have a signup form already, i dont wants to use two different tables of users information, can i bypass the the “user” table of piwik and use my own user table?

  2. i dont watns to use the login plugin of piwik, i have a login page already thats authenticating the user name and password with my user table.

is there any way to do this? any help, suggessions would be appriciated.

Regards,
Asif

You can already override the Login plugin. See HttpLogin, CASLogin, etc. for examples.

For UsersManager, wait for New hook needed for UsersManager · Issue #2275 · matomo-org/matomo · GitHub

Hello all

I see this thread is more than 1 year old now, I hope its info still apply.

Where can I find the mentioned HttpLogin plugin? I searched on the web and in Piwik code, but I was not able to find it.

Thanks!