Here is the drush command for changing the admin password for the drupal admin user.
drush upwd admin --password=your_new_passwordThe admin will be the username of the user with user id 1.