Project

General

Profile

Actions

Defect #9071

closed

Can not change admin password

Added by Juan Carlos Lobo Araya over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
2011-08-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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

Actions #1

Updated by Etienne Massip over 12 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) ?

Actions #2

Updated by Juan Carlos Lobo Araya over 12 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

Actions #3

Updated by Etienne Massip over 12 years ago

Actions #4

Updated by Juan Carlos Lobo Araya over 12 years ago

I configure it on configuration.yml but continue with the problem, I can not connect with admin password

Actions #5

Updated by Etienne Massip over 12 years ago

What command do you run ?

Actions #6

Updated by Juan Carlos Lobo Araya over 12 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

Actions #7

Updated by Juan Carlos Lobo Araya over 12 years ago

I am now running BitNami Redmine 1.2.1-0 virtual appliance

Actions #8

Updated by Etienne Massip over 12 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.

Actions

Also available in: Atom PDF