You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had same problem. I have found out that docker compose file contains image:
ghcr.io/decidim/decidim:latest
But as of today this 'latest' tag is 3 years old. Perhaps default passwords were different 3 years ago.
Docker hub version decidim/decidim:latest is recent though.
So you can change docker compose file to use Docker hub image or to use specific version (ghcr.io/decidim/decidim:0.28.0 as of today).
Hope this helps to anyone that stumbles into this problem.
Hello,
I have used the docker compose:
It all works, and I can create a user etc...
But I tried to login using the default user/admin/system users, and they don't seem to work.
https://docs.decidim.org/en/v0.27/install/
[email protected]
[email protected]
the /admin or /system "link" redirect to the same place...
I've tried to find the information in the database, but I cannot find anything.
How do I login to admin / system in the docker instance?
Thanks.
Kind regards,
Daniel
The text was updated successfully, but these errors were encountered: