Content
You are here:
Cannot login to admin
Added by Nelu Tand about 8 years ago
Hello,
I had installed the openproject and I was able to login for the first time. After that I always get
“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 had found on forum to run the command bundle exec rake db:seed but the output is
Could not locate Gemfile
any ideea ?
Replies (1)
After your first login, the admin user is forced to choose a new password. I assume that you did suceed to login the first time and changed the password?
However, changing the password from command line is easy.
Spawn a irb shell (Manual installation)
Spawn a irb shell (Packaged installation)
In that console, execute:
And then login with the new credentials.
Best,
Oliver