Project

General

Profile

Actions

Defect #12300

closed

default admin password is incorrect

Added by Jarrett Chisholm over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Resolution:
Invalid
Affected version:

Description

In the Redmine Installation wiki (for 1.4+) available at http://www.redmine.org/projects/redmine/wiki/RedmineInstall, the default admin password is not correct.

After installation, attempting to log into redmine with user 'admin' and password 'admin' results in failure.

Workaround:
Run the follow query on the database (mysql specific - you may need to alter for another dbms):
update users set hashed_password ='fa2d1dc9a9d2982c3ef8cc3b5d985d1c54c9a064' where login='admin';

The hashed password fa2d1dc9a9d2982c3ef8cc3b5d985d1c54c9a064 is 'turnkey' in plain text.

I found this workaround here - http://www.redmine.org/boards/2/topics/27775.

Actions #1

Updated by Jarrett Chisholm over 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Just me being dumb - there are actually 2 redmine installs on my machine (one was from a long time ago).

Actions #2

Updated by Toshi MARUYAMA over 11 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF