This has been covered several time on the forums. Heck I think I answered this yesterday. :)
Run the following SQL query
UPDATE `ost_staff` SET `passwd` = MD5( 'password' ) WHERE `staff_id`='1';
Obv. replace password with what you want the password to be. If you used a custom prefix other then ost_ then change that too.