Project

General

Profile

Manual Password Reset

Added by Adam Mooz over 13 years ago

Hi all,

I've done something silly in forgetting my password. ISP isn't letting any 'unauthenticated' messages go through (something I'll look into later. What I'm wondering is what hash algorithm is used for the password option in the users table? If I can get the hash of the password I'd like and manually enter it that would let me regain access to the system, no?

Thanks,
Adam


Replies (3)

RE: Manual Password Reset - Added by Felix Schäfer over 13 years ago

The default admin user is set in source:/db/migrate/001_setup.rb#L288, there you will find the hashed_password for the default admin password.

RE: Manual Password Reset - Added by Adam Mooz over 13 years ago

Thanks, I've incorporated your response into a mini writeup on my site: http://www.adammooz.com/2011/03/06/how-to-manually-reset-your-redmine-password in case anyone else needs this info, the guys from TKL seem to have also picked it up and suggested an easier method (for those running a TKL install.)

RE: Manual Password Reset - Added by Adam Mooz over 12 years ago

I've since changed hosting, here's an updated link to that post:

http://www.adammooz.com/2011/06/how-to-manually-reset-your-redmine.html

    (1-3/3)