To utilize Drush to reset a password for an account, we need to know the name of the user, pass an optional value for the new password, and know the drush user-password command.
For example, if we need to reset the developer user's password, we would open a terminal window and enter the following command:
drush user-password developer --password='new-password'
