Skip to content

Instantly share code, notes, and snippets.

@markbosky
Created April 5, 2017 21:03
Show Gist options
  • Save markbosky/f1cc125c4bc4e4e930e6951c85930e4c to your computer and use it in GitHub Desktop.
Save markbosky/f1cc125c4bc4e4e930e6951c85930e4c to your computer and use it in GitHub Desktop.
Snippets for Wordpress Developers & Administrators

WORDPRESS

//Update user account password from database UPDATE wp_users SET user_pass= MD5('yourpassword') WHERE user_login='yourusername';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment