SUMMARY:
I need to reset my password!
GORY BACKGROUND:
I moved tracks from my home server to a Dreamhost account. I dumped my MySQL tracks db, uploaded it to Dreamhost, and reimported it. I then used instructions at http://www.javaconsulting.eu/. Everything is swell, I get the login screen, but I can’t login :)
I think I just need to reset the password. I am clueless on how the password encryption works. This is where my faith takes over. I’m thinking I can just do a SQL UPDATE on my row in the ‘users’ table and reset the ‘password’ and ‘word’ field. But before I commit to breaking something, I thought I’d ask!
BTW, the production.log file reports the following when I try to login (if this is helpful):
Processing LoginController#login (for [snip_ip_address] at 2006-10-25 18:37:09) [P
OST]
Session ID: [snip_session_id]
Parameters: {“user_login”=>”[snip_username]”, “action”=>“login”, “controller”=>“logi
n”, “user_password”=>”“, “login”=>“Login \302\273”}
Rendering within layouts/login
Rendering login/login
Completed in 0.00375 (266 reqs/sec) | Rendering: 0.00186 (49%) | DB: 0.00118 (3
1%) | 200 OK [http://[snip_url]/login]
