Created
March 9, 2016 15:37
-
-
Save rxnlabs/02137a88cda6498e8eaf to your computer and use it in GitHub Desktop.
WordPress - WP CLI reset user's password using wp-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp db query "UPDATE wp_users SET user_pass=MD5('new_password_here') WHERE user_login='username'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment