JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by xing sheng over 10 years ago
Hi all,
What is the admin user of openproject? Is it the username in the openproject/config/database.yml?
I hope you can help me.
Greetings.
Hi,
The default one should be admin/admin, as described in the installation guides.
Best regards, Iancu
Iancu is right (thanks!).
Also make sure that you have seeded your database to create the admin user:
RAILS_ENV=production bundle exec rake db:seed
cheers, tessi
Replies (2)
Hi,
The default one should be admin/admin, as described in the installation guides.
Best regards,
Iancu
Iancu is right (thanks!).
Also make sure that you have seeded your database to create the admin user:
cheers,
tessi