sign inHome | Recent Changes | All Pages | HelpSearch:

Typo Reset Password

If you forget your main password, you can use script/console to modify the database record for your main user.


# ./script/console production
>> a = User.find 1
=> #<User:0xb78c6f74 @attributes={"name"=>"Al", "id"=>"1", "password"=>"0e3f7375b34a78b5e4acd3412f2a1345d564ef23", "login"=>"al", "email"=>"al@al.com"}>
>> a.password = 'secret'
=> "secret" 
>> a.save
=> true

Powered by JunebugWiki v0.0.28 Last edited by robbyrussell on February 06, 2007 12:21 AM (diff)
Version 2 (current) «olderversions