Drupal 7 Enable/Disable Maintenance Mode
How to change URL of a Drupal site
Get information about drupal installation
drush status
How to list all users
drush uinf $(drush sqlq "SELECT GROUP_CONCAT(name) FROM users_field_data")
How to change password of a user
drush user:password admin "PASSWORD_HERE"
Leave a Reply