-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot login as admin #10
Comments
well, there are several posibillities:
|
Thanks for the hints! |
can you post the logfile? the curl commands work if you see that they reach 100% at the end. I don't know anything about piwik internals |
I had the same problem and didn't know how to add a new user other than: insert into `piwik_user` SET `password` = MD5( 'changeMe' ), `token_auth` = MD5( CONCAT('admin', password)), `login` = 'admin', superuser_access = 1 ; |
When I run pivik with a linked mysql container, it looks like everything is OK (the log tells me that a password was autogenerated and then the whole pivik setup was done). But then I cannot login with the generated password. Is there any way I could debug this? The user table in the database does not contain an entry for 'admin'...
The text was updated successfully, but these errors were encountered: