-
Notifications
You must be signed in to change notification settings - Fork 178
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 admin password is not working #101
Comments
I have the same problem. :/ Instead of the stable/14 branch, I use stable/13. It is not up to date, but works for testing. |
I found (think so) the root cause. In docker compose file they bind directories inside container to the directory on host, where user has no write permissions. I just created docker volumes instead and replaced assignment in docker compose file (also, it is possible to chown for that binded folder). |
I experienced the same issue, and following the above solution worked for me too. Here are the steps I took:
|
this work for me, To resolve the issue with administrator access in OpenProject when the default
With these steps, the account should now have administrator permissions and be fully activated, allowing you to access OpenProject with administrative privileges. This method enables you to manually create an administrator account without relying on the default |
I am using TAG=14-slim (used TAG=14 as well) and cannot login with admin - admin password.
': Validation failed: Username has already been taken. (ActiveRecord::RecordInvalid)I get error:
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 tried to reset password using this instruction:
https://www.openproject.org/docs/installation-and-operations/operation/faq/
But it also doesn't work, I get error:
irb(main):004> u.save!
(irb):4:in `
I tried to add root user to docker containers a someone suggested - same result.
The text was updated successfully, but these errors were encountered: