Change Drupal admin password using Drush Posted by Tamer Zoubi on Sat, 03/22/2014 - 18:14 Tags Drupal drush Today I wanted to share very handy tip, on how can I change a user's Drupal password from the command-line with Drush? Very easy using drush upwd command: drush upwd USERNAME --password="SOMEPASSWORD" This should work for all versions of Drupal.
Posted by Tamer Zoubi on Sat, 03/22/2014 - 18:14 Tags Drupal drush Today I wanted to share very handy tip, on how can I change a user's Drupal password from the command-line with Drush? Very easy using drush upwd command: drush upwd USERNAME --password="SOMEPASSWORD" This should work for all versions of Drupal.