Skip to content
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

Default users do not seem to work #103

Open
dsobral opened this issue Nov 27, 2023 · 2 comments
Open

Default users do not seem to work #103

dsobral opened this issue Nov 27, 2023 · 2 comments

Comments

@dsobral
Copy link

dsobral commented Nov 27, 2023

Hello,

I have used the docker compose:

git clone [email protected]:decidim/docker.git decidim-docker
cd decidim-docker
docker-compose up

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

@pluginaria
Copy link

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.

@punkyard
Copy link

punkyard commented Mar 3, 2024

I dont know if the app is any good, but the administration and docs around is a mess
we don't feel confident in launching it in production 😮‍💨

here is the access for the admin from the login page:
http://localhost:3300 and click login
[email protected]
decidim123456

here is the access for the super admin:
http://localhost:3300/system
http://0.0.0.0:3000/system/admins/sign_in
[email protected]
decidim123456

I hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants