Added by Zlatan Smajic about 7 years ago
Hi,
I want to reset my admin password.
I have tried forgot my password link, and I had never recived my email.
I have also tried this link
https://community.openproject.com/topics/1052
RAILS_ENV=production bundle exec rails c u = User.find_by_login "your login name" (eg. u = User.find_by_login "admin") u.password=u.password_confirmation='my new password' u.save
and recived this message that bundle not found command.
can somebody help me with this issue.
Just to mention that I where changing my admin username and want to login with LDAP.
After that something is went wrong, that i can’t login with my admin account.