Skip to content

Instantly share code, notes, and snippets.

@shanaver
Last active December 27, 2015 04:49
Show Gist options
  • Save shanaver/7269154 to your computer and use it in GitHub Desktop.
Save shanaver/7269154 to your computer and use it in GitHub Desktop.
Wordpress: Reset passwords for local testing
UPDATE (wp_users) SET user_pass = MD5('123456');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment