lost login
I migrated to latest typo version yesterday, and had no problems with it until tonight. When I went to login just a few minutes ago typo kept telling me that my login was unsuccessful.
I knew someone had this problem a few days ago. Im putting the answer here just incase someone hasn’t found the mailing list.$ ./script/console production
Loading production environment.
you = User.find_by_login('yourusername')
=> #<User:0x8f8baa4 @attributes={"name"=>"yourusername", "id"=>"1",........
you.password = you.password_confirmation = 'newpassword'
=> "newpassword"
you.save
=> true
quitUsing this I was able to reset my password back to its original value, and the fact that I’m posting this shows that it worked.
Trackbacks
Use the following link to trackback from your own site:
http://chris.heartsong.biz/trackbacks?article_id=lost-login&day=09&month=12&year=2005
