Created
July 9, 2025 08:54
-
-
Save Rodgath/2ffc216a45d0509ed7939f08ed59b386 to your computer and use it in GitHub Desktop.
Restore WordPress 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
# Reset a User Password with WP-CLI | |
wp user update USERNAME --user_pass=MY_NEW_PASSWORD | |
# Example: | |
wp user update johndoe --user_pass=pass1234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment