[Piwik-hackers] new feature: automatic login via URL
Matthieu Aubry
matthieu.aubry at gmail.com
Thu Jun 26 02:23:22 CEST 2008
You can now automatically log in your users by passing their login &
password in the URL:
/pathpiwik/index.php?module=Login&action=logme&login=your_login&password=your_pwd
will log you and redirect you to the index.php on succesful login
You can also specify the URL to redirect after successful login, if for
some reasons you want to redirect somewhere else or to a different
default page:
/pathpiwik/index.php?module=Login&action=logme&login=your_login&password=your_pwd&url=http://piwik.mycompany.com/subpath/
If you have suggestions on how to make piwik integration easy with your
current setup, let us know.
More information about the Piwik-hackers
mailing list