Skip to content

Instantly share code, notes, and snippets.

@skounis
Last active August 4, 2020 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skounis/d83da3823c923ca4d61583e7d2050731 to your computer and use it in GitHub Desktop.
Save skounis/d83da3823c923ca4d61583e7d2050731 to your computer and use it in GitHub Desktop.
On time login links for all the users. Drupal
for uid in $(drush sqlq "SELECT uid FROM users"); do drush user:login --uid=$uid; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment