Created
January 9, 2021 23:27
-
-
Save digisavvy/fa5c8139f27b6d03e8a38aed901aee76 to your computer and use it in GitHub Desktop.
Update existing WP user password in Terminus 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
terminus auth:login --machine-token={your_machine_token} | |
terminus wp {sitename}.{env} -- user update {userID} --user_pass={enterStrongPassword} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment