opf / openproject-deploy

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
160 stars 156 forks source link

Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time. #80

Open zhongsdjn opened 1 month ago

zhongsdjn commented 1 month ago

git clone https://github.com/opf/openproject-deploy --depth=1 --branch=stable/14 openproject OS: Ubuntu22 Hi,When I finished installing with docker,Thd default Username: admin,Password:admin ,But it says the wrong thing Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time.

I installed this on different machines,always the same!

RakshitKumar04 commented 1 month ago

I am facing the same issue, I installed open project using the steps mention in Docker compose on the GitHub repo but everytime I used the login credentials it show the message

Screenshot from 2024-07-10 11-34-47

lancelee25 commented 1 month ago

I got the same problem. When I logged the seeder container, I found "rake aborted! Errno::EACCES: Permission denied @ dir_s_mkdir - /var/openproject/assets/files (Errno::EACCES)". So, I changed the owner of $OPDATA directory in the host. chown 1000 /data/openproject/assets Then up docker compose, logging with default password will be succeeded.