Content
You are here:
Error 404 when forced changing admin password
Added by Greg Teddy about 5 years ago
Greetings
I'm testing OpenProject as a docker container. The first install/boot process seemed ok and I can see the main page. When I try to log with the default "admin" account, I'm asked to change the password. But when I do so, I get an "404 page not found" error.
What did I do wrong?
Maybe it's related: the error message is in French (probably because my browser is).
Thanks in advance
Replies (11)
Note: I switched to English, same issue:
[Error 404] The page you were trying to access doesn't exist or has been removed.
I have recently install OpenProject, and am running into this exact same issue. Anyone have any ideas?? I didn't see any obvious errors during the install or configuration process.
I'm doing English install, so I do not believe it is locale-related.
It doesn't look like anyone has a solution. I've tried previous versions with the same results.
It seems the docker version simply doesn't work :(
I'm not using the Docker version - I've installed CentOS7 and then used yum to install it manually.
hi,
did anyone find a solution? I face the same problem on Ubuntu Linux 18.04.3.
Manolis
Hi guys,
disable_password_login
configuration setting by any chance?You can check this with:
(Packaged)
openproject run bundle exec rails runner "puts OpenProject::Configuration.disable_password_login?"
(Manual)
RAILS_ENV=production bundle exec rails runner "puts OpenProject::Configuration.disable_password_login?"
If that outputs true, password reset are not available because you are using an external authentication source and requested to disable password login
Best
Oliver
It was a misconfigured smtp option.
Do you perhaps have any logs to forward to us to identify this? A faulty mail configuration should not result in a 404 but a proper logged error.
Thanks for your feedback.
Best
Oliver
As I'm using the docker version, the configuration is the default provided. Is there a way to check that specific parameter without entering the container?
I just tried again and the behavior was different : instead of the 404 I got an error message about cross site forgery.
I cleared the browser cookies and now I can log in with the new (not default) password...
Is there some configuration to use it behind Traefik?
I got the same error on a fresh installation of OpenProject on my Ubuntu 19.04 system without docker. I installed OpenProject via apt. The package version is 10.3.0-1576598924.b67422ee.bionic.
I've set the log level to debug, but where can I find log files of OpenProject? In /var/log/openproject I could only find these files: