Defect #9071
closedCan not change admin password
0%
Description
I forgot the admin password, when i used ruby or rails command to change the admin password alertme this: Storing outgoing emails configuraton in config/email.yml is deprecated. You shoul now store it in config/configuration.yml using email_delivery settings
And then I continue with the problem, I can not connect using admin
Updated by Etienne Massip over 13 years ago
- Subject changed from Can not cahnge admin password to Can not change admin password
What's your Redmine version ? What if you set your email configuration in config/configuration.yml, as suggested (check RM wiki for more info) ?
Updated by Juan Carlos Lobo Araya over 13 years ago
I cant see the version, I dont know how open the changelog file
How can I set the email configuration to config/configuration.yml
Updated by Juan Carlos Lobo Araya over 13 years ago
I configure it on configuration.yml but continue with the problem, I can not connect with admin password
Updated by Juan Carlos Lobo Araya over 13 years ago
I try this
RAILS_ENV=production script/runner 'user = User.find(:first, :conditions => {:admin => true}) ; user.password, user.password_confirmation = "my_password"; user.save!'
and also try with ruby but when tray to intro on webpage does not work
Updated by Juan Carlos Lobo Araya over 13 years ago
I am now running BitNami Redmine 1.2.1-0 virtual appliance
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Weird, indeed, got a "undefined variable my_password" error; run it in script/console
, it should be fine.
Closing it as this is not a Redmine bug, please post your questions in forum.