Matomo lets you have user accounts in it. Instead of using a single 'admin' account for everyone, we should instead have an account per user. This can be created by any 'admin' user.
I'm gonna create a bunch of accounts for people and make them superusers.
We can add more people if we wish.
Part of #725
Created and emailed everyone!
When I try to login to matamo I see the following:
Error: Form security failed. Please reload the form and check that your cookies are enabled. If you use a proxy server, you must configure Matomo to accept the proxy header that forwards the Host header. Also, check that your Referrer header is sent correctly.
When I first visit the page lastpass prefills it with a different account's details, I then replace those with my personal details, click login and get the above error.
If I use the login details that lastpass fills in and click login it works smoothly.
It sounds like a xsrf cookie/form problem? Any ideas on what to debug/look at?
@betatim I ran into this too. Refreshing workee. I'm guessing the LastPass filled creds are admin creds.
My suspicion is that since we run 3 replicas of matomo, it isn't sharing session data leading to xsrf out of sync problems. I'll look into it!
Most helpful comment
Created and emailed everyone!