Drupal Admin Password Reset With Drush By admin on January 27, 2019 in Drupal SSH into the website document root and install drush: composer require drush/drush 1 composer require drush/drush Use drush to reset admin user password: ./vendor/bin/drush user-password admin --password=[newpass] 1 ./vendor/bin/drush user-password admin --password=[newpass] Related posts: Plesk Admin Password Plesk – Change Admin Password From Command Line Additional FTP Account In Plesk Mysql Password Recovery Using PHP composer.phar With Non-default PHP Install